Commit Graph

1603 Commits

Author SHA1 Message Date
plutoo
bb5d5b290f Added functionality for service-list override.
Currently disabled due to devkitARM build system not in place.
2014-08-12 22:41:40 +02:00
plutoo
470be6d4ba Added svc's. 2014-08-11 19:38:48 +02:00
yellows8
a1741254cf Updated CSND header/.c, including enums for the looping/encoding fields. 2014-08-05 22:22:43 -04:00
plutoo
d35233fb1c Revamped "srv.c". 2014-07-28 23:26:13 +02:00
plutoo
ec9734bdeb Moved OS module back out. Renamed functions. 2014-07-28 22:31:20 +02:00
plutoo
314d53a922 Moved service source-files into source/services/. 2014-07-28 22:04:31 +02:00
plutoo
884df0ba75 Moved header files from ctr/ to 3ds/. 2014-07-28 21:41:48 +02:00
plutoo
15d2dc765d Renamed svc_camelCase to svcCamelCase. 2014-07-28 20:58:47 +02:00
plutoo
baffd53020 Moved example projects to examples/. 2014-07-28 18:41:18 +02:00
yellows8
7a54bb623a Implemented 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. 2014-07-23 01:23:20 -04:00
smea
c4382042d6 HTTPC : added support for a handful of http:C commands. example will follow. 2014-07-22 21:13:40 -07:00
Dave Murphy
a18cc37dfa add network headers, remove libnds dependencies 2014-06-04 13:23:50 +01:00
smea
4beea43184 Merge branch 'master' of github.com:smealum/ctrulib
Conflicts:
	libctru/include/ctr/GSP.h
	libctru/source/GSP.c
2014-05-27 20:49:50 +02:00
smea
2aae159782 minifix test.vsh 2014-05-27 20:47:53 +02:00
yellows8
3e69e498bb Adjusted 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). 2014-05-22 14:21:39 -04:00
yellows8
4260edd6c9 Adjusted 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). 2014-05-22 13:56:16 -04:00
yellows8
d99ab43106 Enabled APT_AppletUtility code which was needed for aptReturnToMenu. 2014-05-22 13:06:50 -04:00
yellows8
ce92c8b20d Implemented APT_GetAppletManInfo. Implemented loading the menu AppID with APT_GetAppletManInfo, instead of using a hard-coded AppID. 2014-05-22 00:22:56 -04:00
yellows8
54757cfd60 Fixed issue where the application would no longer receive any NS signals/notifications once the system returns to the application, from home-menu. 2014-05-21 12:43:58 -04:00
yellows8
07bd9aa357 Fixed 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. 2014-05-20 23:27:50 -04:00
yellows8
8c656065a4 Implemented 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. 2014-05-20 15:49:03 -04:00
smea
a2eadf4f59 Merge pull request #5 from ichfly/master
added prototype
2014-05-20 17:24:02 +02:00
ichfly
624775d80e added prototype 2014-05-20 17:21:48 +02:00
smea
b89ba9c646 Merge pull request #4 from ichfly/master
added FSFILE_SetSize
2014-05-20 16:39:09 +02:00
ichfly
0e1b6ebe43 added FSFILE_SetSize 2014-05-20 16:14:47 +02:00
yellows8
9714dad309 Removed outdated SOC comment. 2014-05-10 21:25:26 -04:00
yellows8
271464ffc2 Improved SOC addr handling, and implemented addr handling for the sendto/recvfrom cmds. 2014-05-10 17:22:22 -04:00
Dave Murphy
7560f2f8ef ignore generated folders 2014-05-07 18:01:19 +01:00
Dave Murphy
e20c97a050 remove dodgy wchar type, use UINT64_MAX from stdint.h for U64_MAX 2014-05-07 17:19:33 +01:00
yellows8
7a5d01108a Added SOC error conversion, and implemented getsockopt, setsockopt, fcntl, sockatmark, gethostid, getsockname, and getpeername. 2014-05-04 21:55:59 -04:00
smea
e0cde91e0f Merge pull request #3 from bunnei/master
Renamed "test_vsh_bin" to "test_shbin" to fix build of gpu demo
2014-04-30 20:04:13 -07:00
bunnei
d3a9f1443e rename "test_vsh_bin" to "test_shbin" to fix build of gpu demo 2014-04-30 18:55:04 -04:00
yellows8
4a1619f7c7 Added svc_signalEvent, svc_getSystemTick, and svc_getProcessId. Enabled using SOC cmd8/cmda, and other minor changes. 2014-04-27 21:28:48 -04:00
yellows8
c69bc04dff Added GSPGPU code for SetBufferSwap and InvalidateDataCache. 2014-04-22 20:18:21 -04:00
yellows8
c5250ab567 Added code for the cfg:nor service. 2014-04-22 16:13:18 -04:00
yellows8
06dfc9aace Added code for using the ir:u service. 2014-04-22 15:15:46 -04:00
yellows8
a3be8c58b3 Added code for using the ac:u service. 2014-04-21 22:58:05 -04:00
yellows8
9fcca821fe Added code for using the CSND service. 2014-04-21 19:12:56 -04:00
smea
933c86b4b0 GPU : GPU_SetTexEnv minifix (thanks gericom) 2014-03-21 16:42:39 +01:00
smea
883cc76df8 SHDR : fixed DVLE_SendOutmap 2014-03-20 23:30:11 +01:00
smea
04c2c2760a GPU : fixed DVLE_SendOutmap 2014-03-20 18:23:48 +01:00
smea
e9c912d757 GPU : GPU_SetTexEnv 2014-03-20 15:15:35 +01:00
smea
dbe4d95801 Merge branch 'master' of github.com:smealum/ctrulib 2014-03-20 14:41:10 +01:00
smea
a23ddb5bea GPU : GPU_SetAttributeBuffers, GPU_SetStencilTest, GPU_SetFaceCulling 2014-03-20 14:40:57 +01:00
smea
b365dcbbfb Merge pull request #1 from tolbon/patch-1
risk to be platform dependent
2014-03-20 10:44:30 +01:00
Jean Baptiste Noblot
782372b27c risk to be platform dependent
I know. it's a feature
2014-03-20 09:27:12 +01:00
smea
1c2d235c64 GSP : critical fix in GSPGPU_submitGxCommand
GX : updated GX_SetMemoryFill
GPU : various crap
2014-03-19 23:23:53 +01:00
smea
9d68fa3d7a APT && HID && GSP : don't ignore errors yo 2014-03-17 18:38:20 +01:00
smea
791e7ed4db SHDR : updated DVLE_SendOutmap 2014-03-15 21:00:37 +01:00
smea
f3eb629d49 GPU : GPU_SetDepthTest 2014-03-14 21:29:42 +01:00