]> Chaos Git - corbenik/ctrulib.git/commit
Dynamically allocate shared memory.
authorSteven Smith <Steveice10@gmail.com>
Sat, 3 Oct 2015 23:33:48 +0000 (16:33 -0700)
committerSteven Smith <Steveice10@gmail.com>
Sun, 4 Oct 2015 15:03:23 +0000 (08:03 -0700)
commit9fe9493701a0ae86adc3f56d6d1cd318a5875d70
tree757bb971806242725ea03c9fd93012db5871466a
parent5c7273ef3b545e8a11484cb96c4bd0d6785d22cd
Dynamically allocate shared memory.
libctru/include/3ds/mappable.h [new file with mode: 0644]
libctru/include/3ds/services/csnd.h
libctru/include/3ds/services/hid.h
libctru/include/3ds/services/irrst.h
libctru/source/allocator/mappable.cpp [new file with mode: 0644]
libctru/source/gfx.c
libctru/source/services/csnd.c
libctru/source/services/hid.c
libctru/source/services/irrst.c
libctru/source/system/appInit.c