]> Chaos Git - corbenik/ctrulib.git/log
corbenik/ctrulib.git
8 years agoAdd httpcCancelConnection and some timeout calls
Thomas Edvalson [Sat, 30 Jul 2016 05:28:10 +0000 (01:28 -0400)]
Add httpcCancelConnection and some timeout calls

8 years agoMerge pull request #302 from Lectem/fixoutputbools
fincs [Wed, 27 Jul 2016 23:07:54 +0000 (01:07 +0200)]
Merge pull request #302 from Lectem/fixoutputbools

fix incorrect values for bool outputs in services

8 years agofix incorrect values for bool outputs in services
Lectem [Wed, 27 Jul 2016 22:40:50 +0000 (00:40 +0200)]
fix incorrect values for bool outputs in services

8 years agoMerge pull request #301 from ksanislo/master
fincs [Wed, 27 Jul 2016 18:27:46 +0000 (20:27 +0200)]
Merge pull request #301 from ksanislo/master

Add httpcSetKeepAlive() to turn HTTP Keep-Alive on and off

8 years agoMinor fix in APT_CheckNew3DS_System
fincs [Wed, 27 Jul 2016 17:06:16 +0000 (19:06 +0200)]
Minor fix in APT_CheckNew3DS_System

8 years agoDefine the known KeepAlive on/off flag
Ken Sanislo [Tue, 26 Jul 2016 19:39:16 +0000 (12:39 -0700)]
Define the known KeepAlive on/off flag

8 years agoAdd httpcSetKeepAlive() to turn HTTP Keep-Alive on and off
Ken Sanislo [Tue, 26 Jul 2016 17:47:33 +0000 (10:47 -0700)]
Add httpcSetKeepAlive() to turn HTTP Keep-Alive on and off

8 years agoMerge pull request #300 from infinicore/master
fincs [Fri, 22 Jul 2016 09:12:56 +0000 (11:12 +0200)]
Merge pull request #300 from infinicore/master

Add support for ps:ps#GenerateRandomBytes.

8 years agoAdd support for ps:ps#GenerateRandomBytes.
infinicore [Fri, 22 Jul 2016 06:24:18 +0000 (06:24 +0000)]
Add support for ps:ps#GenerateRandomBytes.

8 years agoMerge pull request #299 from jakcron/master
fincs [Thu, 21 Jul 2016 12:23:10 +0000 (14:23 +0200)]
Merge pull request #299 from jakcron/master

Fixed cmd word index fail in pm.c

8 years agoFixed cmd word index fail in pm.c
jakcron [Thu, 21 Jul 2016 12:20:13 +0000 (20:20 +0800)]
Fixed cmd word index fail in pm.c

8 years agoEnhanced and corrected shader code to fully support geometry shaders
fincs [Wed, 20 Jul 2016 15:35:26 +0000 (17:35 +0200)]
Enhanced and corrected shader code to fully support geometry shaders

8 years agoRemove old deprecated GPU API
fincs [Wed, 20 Jul 2016 15:31:30 +0000 (17:31 +0200)]
Remove old deprecated GPU API

8 years agoConst correctness in GPUCMD_Add(RawCommands)
fincs [Wed, 20 Jul 2016 15:30:19 +0000 (17:30 +0200)]
Const correctness in GPUCMD_Add(RawCommands)

8 years agoFix lingering parameter bug with APTREINIT (aka hax 2.x)
fincs [Sun, 17 Jul 2016 22:26:52 +0000 (00:26 +0200)]
Fix lingering parameter bug with APTREINIT (aka hax 2.x)

8 years agoMerge pull request #298 from chaoskagami/master
fincs [Sat, 16 Jul 2016 09:51:08 +0000 (11:51 +0200)]
Merge pull request #298 from chaoskagami/master

More err:f changes

8 years agoImprove err:f documentation and add wrappers to construct errors automatically
chaoskagami [Fri, 15 Jul 2016 23:39:38 +0000 (19:39 -0400)]
Improve err:f documentation and add wrappers to construct errors automatically

8 years agoMerge pull request #296 from linkmauve/camu
fincs [Thu, 14 Jul 2016 22:26:21 +0000 (00:26 +0200)]
Merge pull request #296 from linkmauve/camu

Fix CAMU_SetOutputFormat’s header

8 years agoMerge pull request #297 from chaoskagami/master
fincs [Thu, 14 Jul 2016 22:16:48 +0000 (00:16 +0200)]
Merge pull request #297 from chaoskagami/master

Expose err:f global port

8 years agoExpose err:f global port
chaoskagami [Thu, 14 Jul 2016 20:30:55 +0000 (16:30 -0400)]
Expose err:f global port

8 years agoFix CAMU_SetOutputFormat’s header.
Emmanuel Gil Peyrot [Tue, 12 Jul 2016 23:09:27 +0000 (00:09 +0100)]
Fix CAMU_SetOutputFormat’s header.

9 years agoTake advantage of light events in NDSP and GSPGPU code
fincs [Tue, 5 Jul 2016 20:38:44 +0000 (22:38 +0200)]
Take advantage of light events in NDSP and GSPGPU code

9 years agoAdd software keyboard (swkbd) library applet support (finally!)
fincs [Sun, 3 Jul 2016 23:08:12 +0000 (01:08 +0200)]
Add software keyboard (swkbd) library applet support (finally!)

9 years agoMajor APT rewrite, see details:
fincs [Fri, 1 Jul 2016 22:57:06 +0000 (00:57 +0200)]
Major APT rewrite, see details:

- Internal logic changes in order to follow official behavior
  more closely - the APT state machine has been removed.
- The following functions were removed:
  * aptSetStatus/aptGetStatus along with the APT_AppStatus enum
  * aptGetStatusPower/aptSetStatusPower
  * aptReturnToMenu
  * aptWaitStatusEvent, aptSignalReadyForSleep
- Library applet launching is now fully supported on both official
  environments (ncch/cia) and homebrew environments (3dsx).
  APT_LaunchLibraryApplet has been replaced with aptLaunchLibraryApplet.
- Added aptSetMessageCallback (intended for use with libapplet code)
- Added APT_CancelParameter
- Some other misc changes

9 years agoAdd light events
fincs [Fri, 1 Jul 2016 16:28:00 +0000 (18:28 +0200)]
Add light events

9 years agoAdd ResetType enum (and fixed many wrong ResetType usages)
fincs [Fri, 1 Jul 2016 16:27:39 +0000 (18:27 +0200)]
Add ResetType enum (and fixed many wrong ResetType usages)

9 years agoMerge pull request #294 from TuxSH/master
fincs [Fri, 24 Jun 2016 22:12:16 +0000 (00:12 +0200)]
Merge pull request #294 from TuxSH/master

Implement svcBindInterrupt and svcUnbindInterrupt

9 years agoImplement svcBindInterrupt and svcUnbindInterrupt
TuxSH [Fri, 24 Jun 2016 22:07:03 +0000 (00:07 +0200)]
Implement svcBindInterrupt and svcUnbindInterrupt

9 years agoMerge pull request #291 from Lectem/patch-1
fincs [Sat, 11 Jun 2016 17:48:44 +0000 (19:48 +0200)]
Merge pull request #291 from Lectem/patch-1

Add NETOPT_DHCP_LEASE_TIME

9 years agoBegin refactoring APT code, many changes to make code a bit more manageable
fincs [Sat, 11 Jun 2016 17:48:05 +0000 (19:48 +0200)]
Begin refactoring APT code, many changes to make code a bit more manageable

9 years agoAdd NETOPT_DHCP_LEASE_TIME
Lectem [Sat, 11 Jun 2016 17:20:12 +0000 (13:20 -0400)]
Add NETOPT_DHCP_LEASE_TIME

9 years agoFix misc FSUSER & PS fail
fincs [Fri, 10 Jun 2016 16:15:41 +0000 (18:15 +0200)]
Fix misc FSUSER & PS fail

9 years ago() -> (void)
fincs [Fri, 10 Jun 2016 16:14:30 +0000 (18:14 +0200)]
() -> (void)

9 years agoMerge pull request #290 from Steveice10/master
fincs [Fri, 3 Jun 2016 09:04:02 +0000 (11:04 +0200)]
Merge pull request #290 from Steveice10/master

Add pxidev.h to 3ds.h.

9 years agoAdd pxidev.h to 3ds.h.
Steven Smith [Fri, 3 Jun 2016 01:43:57 +0000 (18:43 -0700)]
Add pxidev.h to 3ds.h.

9 years agoMoved amapp init into a seperate function.
yellows8 [Fri, 3 Jun 2016 00:49:01 +0000 (20:49 -0400)]
Moved amapp init into a seperate function.

9 years agoMerge pull request #289 from Steveice10/master
fincs [Tue, 31 May 2016 22:57:08 +0000 (00:57 +0200)]
Merge pull request #289 from Steveice10/master

Add pxi:dev service.

9 years agoAdd pxi:dev service.
Steven Smith [Tue, 31 May 2016 21:50:27 +0000 (14:50 -0700)]
Add pxi:dev service.

9 years agoMerge pull request #288 from Ryuzaki-MrL/master
fincs [Sat, 21 May 2016 20:05:02 +0000 (22:05 +0200)]
Merge pull request #288 from Ryuzaki-MrL/master

Add 2 more missing news:s functions

9 years agoAdd 2 more missing news:s functions
Lázaro Vieira [Sat, 21 May 2016 19:51:31 +0000 (16:51 -0300)]
Add 2 more missing news:s functions

-Add NEWS_SetNotificationMessage
-Add NEWS_SetNotificationImage
-NULL reference handling for NEWS_GetNotificationImage

9 years agoRemove romfs limitation note from osGetSystemVersionData
Michael Theall [Fri, 20 May 2016 05:04:48 +0000 (00:04 -0500)]
Remove romfs limitation note from osGetSystemVersionData

9 years agoAllow multiple romfs mounts
Michael Theall [Fri, 20 May 2016 04:58:55 +0000 (23:58 -0500)]
Allow multiple romfs mounts

9 years agoMerge pull request #287 from Cruel/const-lyfe
fincs [Thu, 19 May 2016 23:46:53 +0000 (01:46 +0200)]
Merge pull request #287 from Cruel/const-lyfe

Some const correctness in sslc/httpc inputs

9 years agoSome const correctness in sslc/httpc inputs
Thomas Edvalson [Thu, 19 May 2016 23:21:11 +0000 (19:21 -0400)]
Some const correctness in sslc/httpc inputs

9 years agoAdd svcSetProcessAffinityMask, svcSetProcessIdealProcessor and svcRun
fincs [Mon, 16 May 2016 22:14:32 +0000 (00:14 +0200)]
Add svcSetProcessAffinityMask, svcSetProcessIdealProcessor and svcRun

9 years agoMinor pedantic fix in hb.c
fincs [Mon, 16 May 2016 22:14:00 +0000 (00:14 +0200)]
Minor pedantic fix in hb.c

9 years agoMerge pull request #285 from Steveice10/togglesleep
fincs [Sun, 8 May 2016 20:11:54 +0000 (22:11 +0200)]
Merge pull request #285 from Steveice10/togglesleep

Allow toggling sleep mode.

9 years agoMerge pull request #282 from Steveice10/master
fincs [Sun, 8 May 2016 20:11:48 +0000 (22:11 +0200)]
Merge pull request #282 from Steveice10/master

Separate information required to open an archive from the actual opened handle.

9 years agoAllow toggling sleep mode.
Steven Smith [Sun, 8 May 2016 19:45:18 +0000 (12:45 -0700)]
Allow toggling sleep mode.

9 years agoSeparate information required to open an archive from the actual opened handle.
Steven Smith [Fri, 29 Apr 2016 03:38:15 +0000 (20:38 -0700)]
Separate information required to open an archive from the actual opened handle.

9 years agoMerge pull request #283 from Cruel/etc1-enums
smea [Tue, 3 May 2016 03:30:08 +0000 (20:30 -0700)]
Merge pull request #283 from Cruel/etc1-enums

Fix ETC1 texture format enums and add A4

9 years agoFix ETC1 texture format enums and add A4
Thomas Edvalson [Tue, 3 May 2016 02:46:37 +0000 (22:46 -0400)]
Fix ETC1 texture format enums and add A4

9 years agoImplemented proper NFC support, see also the NFC example.
yellows8 [Sat, 30 Apr 2016 21:59:12 +0000 (17:59 -0400)]
Implemented proper NFC support, see also the NFC example.

9 years agoImplemented httpc support for the remaining documented sslc-related commands.
yellows8 [Fri, 29 Apr 2016 04:54:51 +0000 (00:54 -0400)]
Implemented httpc support for the remaining documented sslc-related commands.

9 years agoAdded UDS_CHECK_SENDTO_FATALERROR and updated comments for udsPullPacket().
yellows8 [Wed, 27 Apr 2016 19:55:49 +0000 (15:55 -0400)]
Added UDS_CHECK_SENDTO_FATALERROR and updated comments for udsPullPacket().

9 years agoAdded flag and out params to MVDSTD_ProcessNALUnit(). Added mvdstdSetupOutputBuffers...
yellows8 [Mon, 25 Apr 2016 16:21:16 +0000 (12:21 -0400)]
Added 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.

9 years agoUpdated the MVDSTD_Config struct. Removed config setup in mvdstdGenerateDefaultConfig...
yellows8 [Fri, 22 Apr 2016 16:38:44 +0000 (12:38 -0400)]
Updated the MVDSTD_Config struct. Removed config setup in mvdstdGenerateDefaultConfig() which is actually optional.

9 years agoMoved rendering code from mvdstdProcessVideoFrame() into a seperate function.
yellows8 [Fri, 22 Apr 2016 16:12:32 +0000 (12:12 -0400)]
Moved rendering code from mvdstdProcessVideoFrame() into a seperate function.

9 years agoMerge pull request #281 from Steveice10/master
fincs [Fri, 22 Apr 2016 09:35:42 +0000 (11:35 +0200)]
Merge pull request #281 from Steveice10/master

Minor am:net corrections and additions.

9 years agoMinor am:net corrections and additions.
Steven Smith [Fri, 22 Apr 2016 06:05:49 +0000 (23:05 -0700)]
Minor am:net corrections and additions.

9 years agoUpdated the MVD implementation to support video processing. Fixed some issues, etc.
yellows8 [Thu, 21 Apr 2016 23:22:14 +0000 (19:22 -0400)]
Updated the MVD implementation to support video processing. Fixed some issues, etc.

9 years agoReset romFS_offset on romfsExit()
Michael Theall [Wed, 20 Apr 2016 22:37:34 +0000 (17:37 -0500)]
Reset romFS_offset on romfsExit()

9 years agoImplemented recv_buffer_size for UDS bind handling, this was added to the udsCreateNe...
yellows8 [Tue, 19 Apr 2016 17:36:18 +0000 (13:36 -0400)]
Implemented 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.

9 years agoMerge pull request #280 from Steveice10/master
fincs [Sat, 16 Apr 2016 09:59:53 +0000 (11:59 +0200)]
Merge pull request #280 from Steveice10/master

Fix FSUSER_GetArchiveResource, add more AM commands.

9 years agoMerge pull request #279 from Lectem/fixnewss
fincs [Sat, 16 Apr 2016 09:59:40 +0000 (11:59 +0200)]
Merge pull request #279 from Lectem/fixnewss

fixes NEWS_AddNotification for news:s #278

9 years agoFix FSUSER_GetArchiveResource, add more AM commands.
Steven Smith [Sat, 16 Apr 2016 07:08:49 +0000 (00:08 -0700)]
Fix FSUSER_GetArchiveResource, add more AM commands.

9 years agoInitialize dir->size
Michael Theall [Fri, 15 Apr 2016 21:55:33 +0000 (16:55 -0500)]
Initialize dir->size

9 years agofixes NEWS_AddNotification for news:s #278
Lectem [Fri, 15 Apr 2016 20:47:54 +0000 (16:47 -0400)]
fixes NEWS_AddNotification for news:s #278

9 years agoMerge pull request #277 from Steveice10/master
fincs [Thu, 14 Apr 2016 09:49:13 +0000 (11:49 +0200)]
Merge pull request #277 from Steveice10/master

Add some resource limit SVCs.

9 years agoAdd some resource limit SVCs.
Steven Smith [Thu, 14 Apr 2016 08:19:11 +0000 (01:19 -0700)]
Add some resource limit SVCs.

9 years agoUpdated udsConnectNetwork() to handle failure from the network-connection command...
yellows8 [Wed, 13 Apr 2016 04:36:47 +0000 (00:36 -0400)]
Updated udsConnectNetwork() to handle failure from the network-connection command properly, and removed the commented prints.

9 years agoUpdated udsSetNewConnectionsBlocked() and UDSNETATTR for bitmask 0x4.
yellows8 [Wed, 13 Apr 2016 02:28:42 +0000 (22:28 -0400)]
Updated udsSetNewConnectionsBlocked() and UDSNETATTR for bitmask 0x4.

9 years agoAdded httpcAddDefaultCert, and some header include changes to support this.
yellows8 [Tue, 12 Apr 2016 01:27:34 +0000 (21:27 -0400)]
Added httpcAddDefaultCert, and some header include changes to support this.

9 years agoMerged the HTTPC_* functions with httpc* and removed HTTPC_* from the .h, etc(this...
yellows8 [Mon, 11 Apr 2016 20:19:23 +0000 (16:19 -0400)]
Merged the HTTPC_* functions with httpc* and removed HTTPC_* from the .h, etc(this is similar to how sslc is already handled).

9 years agoMerge pull request #276 from Steveice10/master
fincs [Mon, 11 Apr 2016 16:18:00 +0000 (18:18 +0200)]
Merge pull request #276 from Steveice10/master

Add ARCHIVE_TWL_SOUND.

9 years agoAdd ARCHIVE_TWL_SOUND.
Steven Smith [Mon, 11 Apr 2016 16:16:02 +0000 (09:16 -0700)]
Add ARCHIVE_TWL_SOUND.

9 years agoMerge pull request #275 from Steveice10/master
fincs [Sun, 10 Apr 2016 22:00:41 +0000 (00:00 +0200)]
Merge pull request #275 from Steveice10/master

Add result module codes.

9 years agoAdd result module codes.
Steven Smith [Sun, 10 Apr 2016 18:55:53 +0000 (11:55 -0700)]
Add result module codes.

9 years agoMerge pull request #274 from Steveice10/master
fincs [Sun, 10 Apr 2016 09:35:46 +0000 (11:35 +0200)]
Merge pull request #274 from Steveice10/master

Fix buffer type in FSUSER_EnumerateSystemSaveData.

9 years agoFix buffer type in FSUSER_EnumerateSystemSaveData.
Steven Smith [Sun, 10 Apr 2016 06:53:45 +0000 (23:53 -0700)]
Fix buffer type in FSUSER_EnumerateSystemSaveData.

9 years agoMerge pull request #273 from ksanislo/master
fincs [Sat, 9 Apr 2016 23:26:26 +0000 (01:26 +0200)]
Merge pull request #273 from ksanislo/master

fix typo from pull #272

9 years agofix typo from #272
Ken Sanislo [Sat, 9 Apr 2016 22:08:52 +0000 (15:08 -0700)]
fix typo from #272

9 years agoMerge pull request #261 from Steveice10/master
fincs [Sat, 9 Apr 2016 21:17:32 +0000 (23:17 +0200)]
Merge pull request #261 from Steveice10/master

Clean up and update AM service functions.

9 years agoImplemented UDS data_channel handling. Added the data_channel param to udsBind()...
yellows8 [Fri, 8 Apr 2016 23:09:15 +0000 (19:09 -0400)]
Implemented 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.

9 years agohttpcSetSSLOpt support (#272)
Ken Sanislo [Fri, 8 Apr 2016 21:37:07 +0000 (14:37 -0700)]
httpcSetSSLOpt support (#272)

httpcSetSSLOpt support

9 years agoSwitched 'input8' for udsSendTo() to 'netflags'. Minor other changes.
yellows8 [Fri, 8 Apr 2016 05:20:21 +0000 (01:20 -0400)]
Switched 'input8' for udsSendTo() to 'netflags'. Minor other changes.

9 years agoUpdated comments for udsNodeInfo.
yellows8 [Thu, 7 Apr 2016 20:51:03 +0000 (16:51 -0400)]
Updated comments for udsNodeInfo.

9 years agoUpdated udsNodeInfo and udsConnectionStatus. Updated the related code for udsNodeInfo.
yellows8 [Thu, 7 Apr 2016 20:31:26 +0000 (16:31 -0400)]
Updated udsNodeInfo and udsConnectionStatus. Updated the related code for udsNodeInfo.

9 years agoUpdated udsConnectionStatus and networkstruct. Removed total_nodes from udsNetworkSca...
yellows8 [Thu, 7 Apr 2016 17:06:23 +0000 (13:06 -0400)]
Updated udsConnectionStatus and networkstruct. Removed total_nodes from udsNetworkScanInfo since that's stored in the networkstruct.

9 years agoConst-correctness and some size_t parameters for UDS
Michael Theall [Thu, 7 Apr 2016 15:38:44 +0000 (10:38 -0500)]
Const-correctness and some size_t parameters for UDS

9 years agoProperly load the UDS network wifi channel, apparently it was hard-coded to channel...
yellows8 [Thu, 7 Apr 2016 14:04:48 +0000 (10:04 -0400)]
Properly 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).

9 years agoAdded a new param to udsScanBeacons() for using ScanOnConnection internally.
yellows8 [Wed, 6 Apr 2016 23:38:56 +0000 (19:38 -0400)]
Added a new param to udsScanBeacons() for using ScanOnConnection internally.

9 years agoAdded udsEjectSpectator().
yellows8 [Wed, 6 Apr 2016 20:32:25 +0000 (16:32 -0400)]
Added udsEjectSpectator().

9 years agoImplemented full support for connecting as an UDS spectator.
yellows8 [Wed, 6 Apr 2016 20:26:06 +0000 (16:26 -0400)]
Implemented full support for connecting as an UDS spectator.

9 years agoUpdated the udsConnectionStatus struct.
yellows8 [Wed, 6 Apr 2016 17:41:37 +0000 (13:41 -0400)]
Updated the udsConnectionStatus struct.

9 years agoAdded udsWaitConnectionStatusEvent(). Updated the udsConnectionStatus struct.
yellows8 [Wed, 6 Apr 2016 17:02:26 +0000 (13:02 -0400)]
Added udsWaitConnectionStatusEvent(). Updated the udsConnectionStatus struct.

9 years agoAdded udsGetConnectionStatus().
yellows8 [Wed, 6 Apr 2016 16:46:08 +0000 (12:46 -0400)]
Added udsGetConnectionStatus().

9 years agoAdded udsGetNodeInformation().
yellows8 [Wed, 6 Apr 2016 16:24:43 +0000 (12:24 -0400)]
Added udsGetNodeInformation().

9 years agoImplemented udsUpdateNetworkAttribute() and udsSetNewConnectionsBlocked().
yellows8 [Wed, 6 Apr 2016 05:56:02 +0000 (01:56 -0400)]
Implemented udsUpdateNetworkAttribute() and udsSetNewConnectionsBlocked().

9 years agoDisabled the debug prints for network-connecting and implemented udsEjectClient().
yellows8 [Wed, 6 Apr 2016 04:48:08 +0000 (00:48 -0400)]
Disabled the debug prints for network-connecting and implemented udsEjectClient().