2014-09-01 |
profi200 | Added functions for sysCore usage |
commit | commitdiff | tree | snapshot |
2014-08-31 |
yellows8 | Improved HID code, and added Accelerometer/Gyroscope... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
yellows8 | Added HID event code, based on the GSP event code.... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
smea | some GSP and GPU fixes |
commit | commitdiff | tree | snapshot |
2014-08-27 |
fincs | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
fincs | initSystem: fix global ctor/dtor code |
commit | commitdiff | tree | snapshot |
2014-08-27 |
fincs | Refactor linear heap code (formerly known as GSP heap) |
commit | commitdiff | tree | snapshot |
2014-08-27 |
yellows8 | Added checks for the array index code in hid.c. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
fincs | Fix KEY_CRIGHT/CLEFT |
commit | commitdiff | tree | snapshot |
2014-08-27 |
smea | Merge branch 'refactor' of github.com:smealum/ctrulib... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
smea | added stdlibs for size_t |
commit | commitdiff | tree | snapshot |
2014-08-27 |
mtheall | Add FSUSER_GetSdmcArchiveResource(). |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | Add word 2 to response for FSUSER_IsSdmcDetected()... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
mtheall | FIX DERP. |
commit | commitdiff | tree | snapshot |
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 |
next |