]> Chaos Git - corbenik/ctrulib.git/shortlog
corbenik/ctrulib.git
2014-11-20 Dave Murphyadd versioning, install and dist targets
2014-11-20 mtheallOverhauled soc service.
2014-11-20 mtheallAdded svcCreateAddressArbiter() and svcArbitrateAddress()
2014-11-20 mtheallMerge branch 'master' of github.com:smealum/ctrulib
2014-11-20 mtheallAdd rbtree
2014-11-20 plutooMerge pull request #24 from profi200/master
2014-11-20 profi200Added comments to the app_launch example for better...
2014-11-20 smeaadded prototype to soc.h
2014-11-20 smeaadded APT_HardwareResetAsync (tested)
2014-11-20 smearewrote GPU examples/gpu/data/test.vsh
2014-11-19 smeafixed sdmc example
2014-11-19 yellows8Updated mvd code and added an example.
2014-11-19 yellows8With RUNFLAG_APTWORKAROUND enabled, at the start of...
2014-11-18 mtheallAdd sdmc.h
2014-11-18 yellows8Merge pull request #22 from profi200/master
2014-11-17 yellows8Fixed broken path code in sdmc_dev.c. Disabled attribut...
2014-11-15 smeagpu stuffs
2014-11-13 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-11-13 smeafixed initArgv
2014-11-11 profi200Little fix
2014-11-10 StapleButterScissor test.
2014-11-10 profi200Makefile updated, added another note to the README...
2014-11-10 profi200Forget the README
2014-11-10 profi200Oops that should not be included
2014-11-10 profi200Added example for launching apps/applets
2014-11-10 profi200Added functions for launching other apps/applets
2014-11-09 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-11-09 smeaGPUCMD_GetBuffer, GPUCMD_AddRawCommands
2014-11-08 fincsMake GX_* functions accept NULL in order to use default...
2014-11-08 fincsAdd gxCmdBuf to headers
2014-11-08 fincsMinor Makefile correction
2014-11-07 fincsUpdate examples with new makefile (and remove obsolete...
2014-11-07 fincsAdd 3DS application template
2014-11-07 yellows8Started implementing code for new3ds mvd. Added osConve...
2014-11-05 fincsMerge branch 'master' of github.com:smealum/ctrulib
2014-11-05 fincsAdd linearMemAlign() (current implementation sucks)
2014-11-05 smeamacros for texture parameters
2014-11-04 fincsaptMainLoop(): Add handling for APP_PREPARE_SLEEPMODE
2014-11-04 fincsAttempt to fix APT hang during startup due to bad event...
2014-11-03 fincsAdd linearSpaceFree() for retrieving the free space...
2014-11-03 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-11-03 smeaGPUCMD_FlushAndRun
2014-11-02 fincsAdd aptMainLoop() for handling APT events in main()
2014-11-02 yellows8Updated APT_CheckNew3DS to only use the APT cmds once...
2014-11-02 yellows8Updated CheckNew3DS code. Now the out value is cleared...
2014-11-02 yellows8Added APT CheckNew3DS code. Added code for attempting...
2014-10-31 StapleButterAdd timer-related SVC calls.
2014-10-30 plutooMerge pull request #21 from profi200/master
2014-10-30 mthealluse ARCH_SDMC for archive id
2014-10-30 mtheallfix typo
2014-10-30 mtheallreturn offset in sdmc_seek
2014-10-30 mtheallMerge branch 'refactor'
2014-10-30 mtheallstart sdmc devoptab
2014-10-30 profi200Fixed cmds
2014-10-30 smeaplugged a bunch of handle leaks !
2014-10-27 smeaMerge pull request #20 from idunoe/master
2014-10-27 fincsFix APT initialization code when RUNFLAG_APTWORKAROUND...
2014-10-27 idunoeRemoved magic number from sdmc example
2014-10-27 idunoeAdded archive ids to fs.h
2014-10-27 StapleButterCreate APT event handler thread as soon as possible...
2014-10-27 StapleButterAdd stencil op and other related stuff to make that...
2014-10-27 smeaMerge pull request #19 from idunoe/master
2014-10-27 idunoeSRV: misc fix
2014-10-27 idunoePS: Added API
2014-10-27 idunoePM: Added API
2014-10-27 idunoeNS: Added API
2014-10-27 idunoeAM: Added API
2014-10-27 idunoeSRV: Added <7.X srv:pm
2014-10-27 idunoeupdated types.h
2014-10-27 smeaSOC : close shared mem handle when shutting down
2014-10-27 smeaMerge pull request #18 from archshift/examples
2014-10-27 archshiftGet sdmc example building again
2014-10-26 archshiftGet arm11u example building again
2014-10-26 fincsMerge pull request #17 from lioncash/fallthru
2014-10-26 Lioncashos: Fix switch fallthrough in osGetTime.
2014-10-26 fincsMerge pull request #16 from lioncash/vaend
2014-10-26 plutooMerge branch 'refactor'
2014-10-26 Lioncashsoc: Add missing va_end() calls in fcntl.
2014-10-26 plutooAdded svcQueryMemory
2014-10-26 smeaUpdate README.md
2014-10-26 smeafancy license because trusting people isn't cool
2014-10-26 smeaMerge branch 'refactor'
2014-10-26 smeaMerge branch 'refactor' of github.com:smealum/ctrulib...
2014-10-26 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-10-26 smeaMerge branch 'master' into refactor
2014-10-26 smeaMerge pull request #15 from neobrain/refactor
2014-10-26 smeaadded c-stick, ZL and ZR support via ir:rst
2014-10-25 Tony WasserkaAdd the system call outputDebugString.
2014-10-24 smeaMerge branch 'refactor' of github.com:smealum/ctrulib...
2014-10-24 smeanothing important
2014-10-23 smeaMerge pull request #14 from StapleButter/refactor
2014-10-23 StapleButter* add code for alphablending, color logic op, alpha...
2014-09-18 StapleButterAdd synchronization mechanism for entering sleep mode.
2014-09-18 StapleButterMerge pull request #1 from smealum/refactor
2014-09-16 fincsAdd proper linear heap allocator
2014-09-16 fincslinearAlloc: use 16-byte alignment
2014-09-13 fincsMerge branch 'refactor' of https://github.com/StapleBut...
2014-09-13 StapleButter* Make the GSP event handler signal events in the right...
2014-09-11 plutooMerge pull request #10 from StapleButter/refactor
2014-09-11 StapleButterFix FS init.
next