191e286283Remove romfs limitation note from osGetSystemVersionData
Michael Theall
2016-05-20 00:04:48 -0500
d72842f898Allow multiple romfs mounts
Michael Theall
2016-05-19 23:58:55 -0500
9489aadb5aMerge pull request #287 from Cruel/const-lyfe
fincs
2016-05-20 01:46:53 +0200
53e3b35466Some const correctness in sslc/httpc inputs
Thomas Edvalson
2016-05-19 19:21:11 -0400
7ce124e744Add svcSetProcessAffinityMask, svcSetProcessIdealProcessor and svcRun
fincs
2016-05-17 00:14:32 +0200
3ed89e6bd9Minor pedantic fix in hb.c
fincs
2016-05-17 00:14:00 +0200
2810c4d3a8Merge pull request #285 from Steveice10/togglesleep
fincs
2016-05-08 22:11:54 +0200
f22b8f7d9aMerge pull request #282 from Steveice10/master
fincs
2016-05-08 22:11:48 +0200
c81239a407Allow toggling sleep mode.
Steven Smith
2016-05-08 12:45:18 -0700
cf91be5041Separate information required to open an archive from the actual opened handle.
Steven Smith
2016-04-28 20:38:15 -0700
863ea8ef68Merge pull request #283 from Cruel/etc1-enums
smea
2016-05-02 20:30:08 -0700
3129c35e71Fix ETC1 texture format enums and add A4
Thomas Edvalson
2016-05-02 22:46:37 -0400
98adfa0536Implemented proper NFC support, see also the NFC example.
yellows8
2016-04-30 17:59:12 -0400
25aae300b2Implemented httpc support for the remaining documented sslc-related commands.
yellows8
2016-04-29 00:54:51 -0400
102adfe872Added UDS_CHECK_SENDTO_FATALERROR and updated comments for udsPullPacket().
yellows8
2016-04-27 15:55:49 -0400
a65a2e0defAdded flag and out params to MVDSTD_ProcessNALUnit(). Added mvdstdSetupOutputBuffers() and mvdstdOverrideOutputBuffers(). Updated mvdstdInit() to use an initstruct, and clear the workbuf. In mvdstdInit(), use a seperate retval for MVDSTD_ControlFrameRendering() so that the actual retval is returned correctly. Updated mvdstdGenerateDefaultConfig(). Updated mvdstdProcessVideoFrame(). Updated mvd.h.
yellows8
2016-04-25 12:21:16 -0400
030393a753Updated the MVDSTD_Config struct. Removed config setup in mvdstdGenerateDefaultConfig() which is actually optional.
yellows8
2016-04-22 12:38:44 -0400
570f46f281Moved rendering code from mvdstdProcessVideoFrame() into a seperate function.
yellows8
2016-04-22 12:12:32 -0400
19175f7de3Merge pull request #281 from Steveice10/master
fincs
2016-04-22 11:35:42 +0200
b1f4f431e8Minor am:net corrections and additions.
Steven Smith
2016-04-21 23:05:49 -0700
1578cd7e82Updated the MVD implementation to support video processing. Fixed some issues, etc.
yellows8
2016-04-21 19:22:14 -0400
6f378c8297Reset romFS_offset on romfsExit()
Michael Theall
2016-04-20 17:37:34 -0500
f9f7eccc33Implemented recv_buffer_size for UDS bind handling, this was added to the udsCreateNetwork()/udsConnectNetwork() params too. Run udsBind() before creating/joining a network. Added udsAllowSpectators() and updated the UDSNETATTR enums. Added more defines. Minor other changes. Removed the 'WARNING' from the .h.
yellows8
2016-04-19 13:36:18 -0400
ed5516ba20Merge pull request #280 from Steveice10/master
fincs
2016-04-16 11:59:53 +0200
2dbed49262Merge pull request #279 from Lectem/fixnewss
fincs
2016-04-16 11:59:40 +0200
88cffe7703Fix FSUSER_GetArchiveResource, add more AM commands.
Steven Smith
2016-04-16 00:08:49 -0700
2f03d17a68Initialize dir->size
Michael Theall
2016-04-15 16:55:33 -0500
18b44e3780fixes NEWS_AddNotification for news:s #278
Lectem
2016-04-15 16:47:54 -0400
dcf7449a93Merge pull request #277 from Steveice10/master
fincs
2016-04-14 11:49:13 +0200
fd566668d3Add some resource limit SVCs.
Steven Smith
2016-04-14 01:19:11 -0700
6606a77719Updated udsConnectNetwork() to handle failure from the network-connection command properly, and removed the commented prints.
yellows8
2016-04-13 00:36:47 -0400
a653c49aaaUpdated udsSetNewConnectionsBlocked() and UDSNETATTR for bitmask 0x4.
yellows8
2016-04-12 22:28:42 -0400
e61e45abdcAdded httpcAddDefaultCert, and some header include changes to support this.
yellows8
2016-04-11 21:27:34 -0400
47155d75b6Merged the HTTPC_* functions with httpc* and removed HTTPC_* from the .h, etc(this is similar to how sslc is already handled).
yellows8
2016-04-11 16:19:23 -0400
c4d2110ab9Merge pull request #276 from Steveice10/master
fincs
2016-04-11 18:18:00 +0200
3a84c7237eAdd ARCHIVE_TWL_SOUND.
Steven Smith
2016-04-11 09:16:02 -0700
c29438af03Merge pull request #275 from Steveice10/master
fincs
2016-04-11 00:00:41 +0200
e266fa8362Add result module codes.
Steven Smith
2016-04-10 11:55:53 -0700
3d243ce567Merge pull request #274 from Steveice10/master
fincs
2016-04-10 11:35:46 +0200
001623c43dFix buffer type in FSUSER_EnumerateSystemSaveData.
Steven Smith
2016-04-09 23:53:45 -0700
2f7515a814Merge pull request #273 from ksanislo/master
fincs
2016-04-10 01:26:26 +0200
d1aaf68665fix typo from #272
Ken Sanislo
2016-04-09 15:08:52 -0700
2706026ff4Merge pull request #261 from Steveice10/master
fincs
2016-04-09 23:17:32 +0200
b6e0555b1aImplemented UDS data_channel handling. Added the data_channel param to udsBind(), udsConnectNetwork(), and udsCreateNetwork(). Removed UDS_SEND_NETFLAGS_DEFAULT. The output bind context for network creation/connecting is now optional.
yellows8
2016-04-08 19:09:15 -0400
353f7af759httpcSetSSLOpt support (#272)
Ken Sanislo
2016-04-08 14:37:07 -0700
680fb5858bupdated comment for httpcSetSSLOpt
Ken Sanislo
2016-04-08 14:07:16 -0700
f88fb6ca27httpcSetSSLOpt support
Ken Sanislo
2016-04-07 22:34:41 -0700
0c1e656a2bSwitched 'input8' for udsSendTo() to 'netflags'. Minor other changes.
yellows8
2016-04-08 01:20:21 -0400
f6bf7e7b1fUpdated comments for udsNodeInfo.
yellows8
2016-04-07 16:51:03 -0400
daba63af69Updated udsNodeInfo and udsConnectionStatus. Updated the related code for udsNodeInfo.
yellows8
2016-04-07 16:31:26 -0400
570c834679Updated udsConnectionStatus and networkstruct. Removed total_nodes from udsNetworkScanInfo since that's stored in the networkstruct.
yellows8
2016-04-07 13:06:23 -0400
72b6b3e48bConst-correctness and some size_t parameters for UDS
Michael Theall
2016-04-07 10:38:44 -0500
d7500b3608Properly load the UDS network wifi channel, apparently it was hard-coded to channel 1 previously. This fixed the udsConnectNetwork() failures with the example app(not yet available under the 3ds-examples repo).
yellows8
2016-04-07 10:04:48 -0400
6f6926921eAdded a new param to udsScanBeacons() for using ScanOnConnection internally.
yellows8
2016-04-06 19:38:56 -0400
fa70037055Added host_macaddress parameter to udsScanBeacons().
yellows8
2016-04-05 11:01:16 -0400
d654cf1b88Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now.
yellows8
2016-04-05 10:26:16 -0400
a896bf772cImplemented udsCheckNodeInfoInitialized() and udsGetChannel(). Implemented network (dis)connect and scanning code. Implemented udsPullPacket(). Fixed some issues. Updated uds.h for beacon scanning etc.
yellows8
2016-04-05 10:07:04 -0400
9aa9d32e11Added varioues UDS structs and enums+defines. Implemented udsGenerateDefaultNetworkStruct(). Implemented code for creating+destroying networks. Implemented code for binds. Implemented udsSendTo().
yellows8
2016-04-04 14:26:49 -0400
ed53bcf4a8Load the UDS connection-status event handle, and a minor uds.c change.
yellows8
2016-04-04 00:22:32 -0400
c9d2f74815Implemented some support for ndmu. Started implementing support for UDS.
yellows8
2016-04-04 00:11:37 -0400
b9c0ca992dImplemented support for sslc cmd8..cmdc CertChain commands. Clear the serv handle in sslcExit.
yellows8
2016-03-31 12:37:20 -0400
1346fae04fSwitched sslcContextGetStrings to sslcContextGetProtocolCipher since it's documented now.
yellows8
2016-03-30 16:04:17 -0400
44b601d7b8Switched the sslopt enum to anonymous, and updated sslcRead(), as requested. Implemented sslcContextGetStrings.
yellows8
2016-03-30 15:02:18 -0400
1e5c91989fSwitched to using an enum for sslopt. Updated the type handling for sslcRead.
yellows8
2016-03-30 14:24:24 -0400
3d90087481Implemented actual support for sslc, homebrew can now actually use sslc(see also the sslc example).
yellows8
2016-03-30 13:57:20 -0400