2014-08-26 |
fincs | Reorganize includes |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | Add FSUSER_IsSdmcDetected() and FSUSER_IsSdmcWritable(). |
commit | commitdiff | tree | snapshot |
2014-08-26 |
fincs | 3ds/types.h: #include <stddef.h> |
commit | commitdiff | tree | snapshot |
2014-08-26 |
fincs | Move 3ds.h to root, add C++ guard, use #pragma once |
commit | commitdiff | tree | snapshot |
2014-08-26 |
fincs | Add .gitignore to examples |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | gpu: shader fix |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | added Makefile rule to compile vsh shader code to gpu... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | so sick of all these includes |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | moved some things around |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | cleaned up gpu example code |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | GSP/GFX stuff |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | added WIP GPU example code |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | oops, looks like i was editing deprecated files |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
smea | GPU stuff |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | Fix NULL handling for PTMU_GetBatteryLevel() and PTMU_G... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | Update FS_dirent. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
plutoo | Merge branch 'refactor' of https://github.com/smealum... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
plutoo | gsp: Added gspAllocLinear() to allocate from LINEAR... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | PTM & AC stuff |
commit | commitdiff | tree | snapshot |
2014-08-25 |
fincs | gfxInit(): initialize GSP event handler, use __gsp_heap... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | APT WORKAROUND fix |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | APT WORKAROUND (update 3dsx_crt0.s to https://gist... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | fsInit fix |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | minifix gfxSetFramebufferInfo (for 3D) |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | added gfx for simplified framebuffer access |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
smea | minor GSP adjustments |
commit | commitdiff | tree | snapshot |
2014-08-25 |
mtheall | Merge branch 'refactor_mtheall' into refactor |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | Merge branch 'refactor' of https://github.com/smealum... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | gsp: Update header as part of renaming. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | gpu: Added small description to gpu files. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | gsp: Renamed GSPGPU_submitGxCommand to GSPGPU_SubmitGxC... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | gpu: Moved all non-service-related gpu files into sourc... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
plutoo | apt: Trying to make code more managable. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
mtheall | Add more filesystem service commands. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
mtheall | add doxygen support |
commit | commitdiff | tree | snapshot |
2014-08-21 |
fincs | Update Makefile flags |
commit | commitdiff | tree | snapshot |
2014-08-21 |
fincs | Homogenize indentation (use tabs) |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | os: Changed Get*Version format. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | APT: Enumerated the notification signals. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | os: Added functions for getting Firm/Kernel version. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | os: Added DSP memory to virt->phys translation. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | os: Added osStrError(). |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | HID: Various improvements. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
plutoo | Renamed ACU_cmd1 to ACU_GenerateDefaultConfig. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
fincs | HID: implement key/touch/circle pad access |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | Remove #ifdef SRV_OVERRIDE_SUPPORT |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | gspWaitForEvent(): add nextEvent parameter; GSPEVENT_co... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | GSP: add basic event handling system |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | initSystem.c: revise heap code, disable global destruct... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | __ctru_exit(): perform svcExitProcess() if there's... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
mtheall | Reset SOC_hostent_alias to NULL in case the user trashe... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
fincs | Implement initSystem(), __ctru_exit() and __system_argc... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
mtheall | implement gethostbyname |
commit | commitdiff | tree | snapshot |
2014-08-17 |
smea | use svcDuplicateHandle in handle override |
commit | commitdiff | tree | snapshot |
2014-08-17 |
smea | fsInit, fsExit |
commit | commitdiff | tree | snapshot |
2014-08-16 |
smea | enable srv override + __service_ptr fix |
commit | commitdiff | tree | snapshot |
2014-08-16 |
smea | various fixes |
commit | commitdiff | tree | snapshot |
2014-08-12 |
plutoo | Added functionality for service-list override. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Revamped "srv.c". |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Moved OS module back out. Renamed functions. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Moved service source-files into source/services/. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Moved header files from ctr/ to 3ds/. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Renamed svc_camelCase to svcCamelCase. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
plutoo | Moved example projects to examples/. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
yellows8 | Implemented svc_getProcessInfo(), and added comment... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
smea | HTTPC : added support for a handful of http:C commands... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Dave Murphy | add network headers, remove libnds dependencies |
commit | commitdiff | tree | snapshot |
2014-05-27 |
smea | Merge branch 'master' of github.com:smealum/ctrulib |
commit | commitdiff | tree | snapshot |
2014-05-27 |
smea | minifix test.vsh |
commit | commitdiff | tree | snapshot |
2014-05-22 |
yellows8 | Adjusted sleep-mode code so that on leaving sleep-mode... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
yellows8 | Adjusted sleep-mode code so that the APP_STATUS on... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
yellows8 | Enabled APT_AppletUtility code which was needed for... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
yellows8 | Implemented APT_GetAppletManInfo. Implemented loading... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
yellows8 | Fixed issue where the application would no longer recei... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
yellows8 | Fixed issues involving application termination. This... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
yellows8 | Implemented more APT and GSPGPU commands. Improved... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
smea | Merge pull request #5 from ichfly/master |
commit | commitdiff | tree | snapshot |
2014-05-20 |
ichfly | added prototype |
commit | commitdiff | tree | snapshot |
2014-05-20 |
smea | Merge pull request #4 from ichfly/master |
commit | commitdiff | tree | snapshot |
2014-05-20 |
ichfly | added FSFILE_SetSize |
commit | commitdiff | tree | snapshot |
2014-05-11 |
yellows8 | Removed outdated SOC comment. |
commit | commitdiff | tree | snapshot |
2014-05-10 |
yellows8 | Improved SOC addr handling, and implemented addr handli... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dave Murphy | ignore generated folders |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dave Murphy | remove dodgy wchar type, use UINT64_MAX from stdint... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
yellows8 | Added SOC error conversion, and implemented getsockopt... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
smea | Merge pull request #3 from bunnei/master |
commit | commitdiff | tree | snapshot |
2014-04-30 |
bunnei | rename "test_vsh_bin" to "test_shbin" to fix build... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
yellows8 | Added svc_signalEvent, svc_getSystemTick, and svc_getPr... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
yellows8 | Added GSPGPU code for SetBufferSwap and InvalidateDataC... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
yellows8 | Added code for the cfg:nor service. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
yellows8 | Added code for using the ir:u service. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
yellows8 | Added code for using the ac:u service. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
yellows8 | Added code for using the CSND service. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
smea | GPU : GPU_SetTexEnv minifix (thanks gericom) |
commit | commitdiff | tree | snapshot |
2014-03-20 |
smea | SHDR : fixed DVLE_SendOutmap |
commit | commitdiff | tree | snapshot |
next |