Prefix the JNI types from SquirrelJME with sjme_ so that they can easily be mixed...
commit30941b69b99187c81b675973792490ec8ff3351f
authorStephanie Gawroriski <xer@multiphasicapps.net>
Tue, 5 Dec 2023 22:29:06 +0000 (5 22:29 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Tue, 5 Dec 2023 22:29:06 +0000 (5 22:29 +0000)
tree30d570fbb697ebdcf7304963ce30ce5fbbbf63e5
parent3a2112b2446b8fd2c2854634436525a9c2c7a237
Prefix the JNI types from SquirrelJME with sjme_ so that they can easily be mixed with the system's JNI interfaces.
42 files changed:
nanocoat/.idea/scopes/Not3rdParty.xml [new file with mode: 0644]
nanocoat/frontend/emulator/emu.c
nanocoat/frontend/libretro/audio.c
nanocoat/frontend/libretro/input.c
nanocoat/frontend/libretro/loop.c
nanocoat/include/sjme/alloc.h
nanocoat/include/sjme/boot.h
nanocoat/include/sjme/bytecode.h
nanocoat/include/sjme/debug.h
nanocoat/include/sjme/except.h
nanocoat/include/sjme/gfx.h
nanocoat/include/sjme/modelessStars.h
nanocoat/include/sjme/native.h
nanocoat/include/sjme/nvm.h
nanocoat/include/sjme/tread.h
nanocoat/include/sjme/util.h
nanocoat/src/alloc.c
nanocoat/src/boot.c
nanocoat/src/bytecode.c
nanocoat/src/debug.c
nanocoat/src/except.c
nanocoat/src/loop.c
nanocoat/src/modelessStars.c
nanocoat/src/nvm.c
nanocoat/src/tread.c
nanocoat/src/util.c
nanocoat/tests/include/elevator.h
nanocoat/tests/include/unit.h
nanocoat/tests/src/basic.c
nanocoat/tests/src/elevator.c
nanocoat/tests/src/tac.c
nanocoat/tests/src/unit.c
nanocoat/tests/testAlloc.c
nanocoat/tests/testAllocFreeMerge.c
nanocoat/tests/testAllocPoolCleanup.c
nanocoat/tests/testAllocRandom.c
nanocoat/tests/testAllocRealloc.c
nanocoat/tests/testNvmLocalPopDouble.c
nanocoat/tests/testNvmLocalPopFloat.c
nanocoat/tests/testNvmLocalPopInteger.c
nanocoat/tests/testNvmLocalPopLong.c
nanocoat/tests/testNvmLocalPopReference.c