libctru/libctru
fincs 2797540a3d Revise most services to follow these guidelines:
- Each service must have xyzInit/xyzExit (with that name)
- xyzInit/xyzExit use reference counting
- xyzExit returns void
- The utilities in <3ds/result.h> are used instead of manual error checking
- The intrinsics in <3ds/synchronization.h> are used instead of inline asm
- Other miscellaneous changes
  - APT now uses a lightweight lock instead of a mutex
  - Initial handle parameters in PTMU were killed
  - Explicit init'ion to 0 or NULL has been removed for global variables
    since they end up on .bss anyway
  - MIC hasn't been touched because it must be rewritten first
  - CFGNOR needs a slight touch before converting
  - SOC is still to be cleaned up
2015-11-07 01:25:31 +01:00
..
data full 256 character font 2015-01-06 12:27:37 +00:00
include Revise most services to follow these guidelines: 2015-11-07 01:25:31 +01:00
source Revise most services to follow these guidelines: 2015-11-07 01:25:31 +01:00
.gitignore ignore generated archives 2014-11-20 22:47:34 +00:00
default_icon.png Add 3DS application template 2014-11-07 19:12:43 +01:00
Doxyfile Do not include the source folder in Doxygen, tidy up README.md 2015-10-10 02:04:16 +02:00
Doxyfile.internal add doxygen support 2014-08-21 21:40:52 -05:00
libctru.cfg config files for cppcheck from Lioncash 2015-02-14 01:23:00 +00:00
libctru.cppcheck config files for cppcheck from Lioncash 2015-02-14 01:23:00 +00:00
Makefile Merge branch 'master' into great-refactor 2015-11-01 14:14:01 +01:00