]> Chaos Git - corbenik/ctrulib.git/log
corbenik/ctrulib.git
11 years agogpu : setdisplaytransfer (temp)
smea [Fri, 7 Mar 2014 22:28:23 +0000 (23:28 +0100)]
gpu : setdisplaytransfer (temp)

11 years agogpu : minifix
smea [Thu, 6 Mar 2014 21:34:53 +0000 (22:34 +0100)]
gpu : minifix

11 years agoGPU : cleanup
smea [Sun, 2 Mar 2014 17:05:04 +0000 (18:05 +0100)]
GPU : cleanup

11 years agoGPU : command buffer stuff
smea [Sun, 2 Mar 2014 15:55:05 +0000 (16:55 +0100)]
GPU : command buffer stuff

11 years agogpu : added gpu example
smea [Sun, 2 Mar 2014 15:11:04 +0000 (16:11 +0100)]
gpu : added gpu example
arm11u && sdmc : fixes

11 years agoarm11u && sdmc : fix
smea [Sun, 2 Mar 2014 15:06:34 +0000 (16:06 +0100)]
arm11u && sdmc : fix

11 years agoGPU : initial code (untested)
smea [Sun, 2 Mar 2014 15:01:57 +0000 (16:01 +0100)]
GPU : initial code (untested)

11 years agoGX : implemented some GX commands
smea [Sun, 2 Mar 2014 13:53:51 +0000 (14:53 +0100)]
GX : implemented some GX commands

11 years agoarm11u && sdmc : README.md
smea [Mon, 3 Feb 2014 17:51:22 +0000 (18:51 +0100)]
arm11u && sdmc : README.md

11 years agoHID : moved hidInit and hidExit into ctrulib
smea [Mon, 3 Feb 2014 17:21:17 +0000 (18:21 +0100)]
HID : moved hidInit and hidExit into ctrulib

11 years agoAPT && misc : better app exiting code, fixed APPLICATION and BASE mem leak
smea [Mon, 3 Feb 2014 17:06:58 +0000 (18:06 +0100)]
APT && misc : better app exiting code, fixed APPLICATION and BASE mem leak

11 years agoAPT : added ability to specify APPID to aptInit
smea [Sat, 1 Feb 2014 18:56:36 +0000 (19:56 +0100)]
APT : added ability to specify APPID to aptInit

11 years agoAPT : preliminary support for exiting app
smea [Sat, 1 Feb 2014 12:27:52 +0000 (13:27 +0100)]
APT : preliminary support for exiting app

11 years agoAPT : preliminary/experimental return to menu support
smea [Fri, 31 Jan 2014 23:23:59 +0000 (00:23 +0100)]
APT : preliminary/experimental return to menu support

11 years agomisc : volatile types
smea [Wed, 29 Jan 2014 23:16:45 +0000 (00:16 +0100)]
misc : volatile types

11 years agoMerge branch 'master' of github.com:smealum/ctrulib
smea [Wed, 29 Jan 2014 22:17:14 +0000 (23:17 +0100)]
Merge branch 'master' of github.com:smealum/ctrulib

11 years agoAPT : glanceparameter/receiveparameter
smea [Wed, 29 Jan 2014 22:17:02 +0000 (23:17 +0100)]
APT : glanceparameter/receiveparameter

11 years agoFixed SOC command headers, and fixed the size checks.
yellows8 [Wed, 29 Jan 2014 16:13:06 +0000 (11:13 -0500)]
Fixed SOC command headers, and fixed the size checks.

11 years agoAdded code for using the socket service.
yellows8 [Wed, 29 Jan 2014 00:35:40 +0000 (19:35 -0500)]
Added code for using the socket service.

11 years agomisc : libnds includes, Result => s32
smea [Tue, 28 Jan 2014 23:18:43 +0000 (00:18 +0100)]
misc : libnds includes, Result => s32

11 years agosvc : svc_createMemoryBlock
smea [Tue, 28 Jan 2014 22:50:51 +0000 (23:50 +0100)]
svc : svc_createMemoryBlock

11 years agosrv : default srv handle
smea [Tue, 28 Jan 2014 22:43:59 +0000 (23:43 +0100)]
srv : default srv handle
APT, GSP, HID : proper return values

11 years agoFS : FSUSER_OpenDirectory, FSUSER_OpenFile, FSDIR_Read
smea [Tue, 28 Jan 2014 17:36:54 +0000 (18:36 +0100)]
FS : FSUSER_OpenDirectory, FSUSER_OpenFile, FSDIR_Read

11 years agoFS : renamed FSUSER_OpenFile to FSUSER_OpenFileDirectly; added FSUSER_OpenArchive
smea [Fri, 24 Jan 2014 22:33:46 +0000 (23:33 +0100)]
FS : renamed FSUSER_OpenFile to FSUSER_OpenFileDirectly; added FSUSER_OpenArchive
SDMC : added fs:USER example for loading from SDMC; requires proper exheader

11 years agoFS : fixed FSFILE_Write (oops)
smea [Thu, 23 Jan 2014 22:15:41 +0000 (23:15 +0100)]
FS : fixed FSFILE_Write (oops)

11 years agosrv : mini-fix
smea [Thu, 23 Jan 2014 17:30:36 +0000 (18:30 +0100)]
srv : mini-fix
FS : FSFILE_Write

11 years agoFS : started implementing FS services (thanks yellows8)
smea [Wed, 22 Jan 2014 21:35:46 +0000 (22:35 +0100)]
FS : started implementing FS services (thanks yellows8)

11 years agomisc : renamed svc_getData to getThreadCommandBuffer and srv_10002 to srv_Initialize
smea [Wed, 22 Jan 2014 21:04:12 +0000 (22:04 +0100)]
misc : renamed svc_getData to getThreadCommandBuffer and srv_10002 to srv_Initialize

11 years agoAPT : NS_APPID
smea [Mon, 20 Jan 2014 21:10:09 +0000 (22:10 +0100)]
APT : NS_APPID

11 years agoREADME : updated with "purpose"
smea [Mon, 20 Jan 2014 20:54:17 +0000 (21:54 +0100)]
README : updated with "purpose"
arm11u/Makefile : added mkdir for build (woops)

11 years agoAPT : added some stuff, plus proper lock handle use in arm11u example.
smea [Mon, 20 Jan 2014 19:57:54 +0000 (20:57 +0100)]
APT : added some stuff, plus proper lock handle use in arm11u example.

11 years agoGSP : fixed potential inline asm hazard (thanks Pong20302000)
smea [Sun, 19 Jan 2014 22:49:08 +0000 (23:49 +0100)]
GSP : fixed potential inline asm hazard (thanks Pong20302000)

11 years agovarious fixes
smea [Sun, 19 Jan 2014 20:49:01 +0000 (21:49 +0100)]
various fixes

11 years agobasic HID implementation
smea [Sun, 19 Jan 2014 12:33:28 +0000 (13:33 +0100)]
basic HID implementation

11 years agoinitial commit
smea [Sat, 18 Jan 2014 22:18:03 +0000 (23:18 +0100)]
initial commit

11 years agoInitial commit
smea [Sat, 18 Jan 2014 22:11:32 +0000 (14:11 -0800)]
Initial commit