ec9734bdebMoved OS module back out. Renamed functions.
plutoo
2014-07-28 22:31:20 +0200
314d53a922Moved service source-files into source/services/.
plutoo
2014-07-28 22:04:31 +0200
884df0ba75Moved header files from ctr/ to 3ds/.
plutoo
2014-07-28 21:41:48 +0200
15d2dc765dRenamed svc_camelCase to svcCamelCase.
plutoo
2014-07-28 20:58:47 +0200
baffd53020Moved example projects to examples/.
plutoo
2014-07-28 18:41:18 +0200
7a54bb623aImplemented svc_getProcessInfo(), and added comment to CSND.h. Implemented OS_ConvertVaddr2Physaddr() which is now used by CSND.c, this includes support for the v8.0 LINEAR memory.
yellows8
2014-07-23 01:23:20 -0400
c4382042d6HTTPC : added support for a handful of http:C commands. example will follow.
smea
2014-07-22 21:13:40 -0700
3e69e498bbAdjusted sleep-mode code so that on leaving sleep-mode, GSPGPU_SetLcdForceBlack() is only used when the status was APP_RUNNING(also removed GSPGPU_SetLcdForceBlack call for prepare sleep-mode signal).
yellows8
2014-05-22 14:21:39 -0400
4260edd6c9Adjusted sleep-mode code so that the APP_STATUS on leaving sleep-mode, would be set to the status which was set when the prepare sleep-mode signal was triggered(and other minor changes).
yellows8
2014-05-22 13:56:16 -0400
d99ab43106Enabled APT_AppletUtility code which was needed for aptReturnToMenu.
yellows8
2014-05-22 13:06:50 -0400
ce92c8b20dImplemented APT_GetAppletManInfo. Implemented loading the menu AppID with APT_GetAppletManInfo, instead of using a hard-coded AppID.
yellows8
2014-05-22 00:22:56 -0400
54757cfd60Fixed issue where the application would no longer receive any NS signals/notifications once the system returns to the application, from home-menu.
yellows8
2014-05-21 12:43:58 -0400
07bd9aa357Fixed issues involving application termination. This fixed the applet launch hang after launching a ctrulib app, and fixed the issue where the power/HOME buttons did not work correctly under the power-off screen.
yellows8
2014-05-20 23:27:50 -0400
8c656065a4Implemented more APT and GSPGPU commands. Improved return-to-menu handling, screenshots for the suspended application are now handled as well. Implemented power-button handling, and implemented sleep-mode handling. Updated the example apps for the APT changes, and fixed other issues with the examples.
yellows8
2014-05-20 15:49:03 -0400
a2eadf4f59Merge pull request #5 from ichfly/master
smea
2014-05-20 17:24:02 +0200
271464ffc2Improved SOC addr handling, and implemented addr handling for the sendto/recvfrom cmds.
yellows8
2014-05-10 17:22:22 -0400
7560f2f8efignore generated folders
Dave Murphy
2014-05-07 18:01:19 +0100
e20c97a050remove dodgy wchar type, use UINT64_MAX from stdint.h for U64_MAX
Dave Murphy
2014-05-07 17:19:33 +0100
7a5d01108aAdded SOC error conversion, and implemented getsockopt, setsockopt, fcntl, sockatmark, gethostid, getsockname, and getpeername.
yellows8
2014-05-04 21:55:59 -0400
e0cde91e0fMerge pull request #3 from bunnei/master
smea
2014-04-30 20:04:13 -0700
d3a9f1443erename "test_vsh_bin" to "test_shbin" to fix build of gpu demo
bunnei
2014-04-30 18:55:04 -0400
4a1619f7c7Added svc_signalEvent, svc_getSystemTick, and svc_getProcessId. Enabled using SOC cmd8/cmda, and other minor changes.
yellows8
2014-04-27 21:28:48 -0400
c69bc04dffAdded GSPGPU code for SetBufferSwap and InvalidateDataCache.
yellows8
2014-04-22 20:18:21 -0400
c5250ab567Added code for the cfg:nor service.
yellows8
2014-04-22 16:13:18 -0400
06dfc9aaceAdded code for using the ir:u service.
yellows8
2014-04-22 15:15:46 -0400
a3be8c58b3Added code for using the ac:u service.
yellows8
2014-04-21 22:58:05 -0400
9fcca821feAdded code for using the CSND service.
yellows8
2014-04-21 19:12:56 -0400