Cleanup and moving of NanoCoat VM specific headers to their own include directory...
commitbdedecb2115c1ec2bb3447ce67ba4664a527f0ff
authorStephanie Gawroriski <xer@multiphasicapps.net>
Sun, 8 Sep 2024 00:25:08 +0000 (8 00:25 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Sun, 8 Sep 2024 00:25:08 +0000 (8 00:25 +0000)
tree7d5eb3a5b2c3ce760e6ea7683366ccc3edb79081
parent781b7a64444c766aaca3bd466107b98feec16736
Cleanup and moving of NanoCoat VM specific headers to their own include directory for organization as VM work is ramping up.
57 files changed:
nanocoat/cmake/utils/sourceize.c
nanocoat/frontend/emulator/emu.c
nanocoat/frontend/libjvm/vmNativeLib.c
nanocoat/frontend/libretro/audio.c
nanocoat/frontend/libretro/boot.c
nanocoat/frontend/libretro/env.c
nanocoat/frontend/libretro/ext.c
nanocoat/frontend/libretro/input.c
nanocoat/frontend/libretro/loop.c
nanocoat/frontend/libretro/save.c
nanocoat/frontend/libretro/shared.c
nanocoat/frontend/libretro/video.c
nanocoat/frontend/stdc/stdcMain.c
nanocoat/include/sjme/classy.h
nanocoat/include/sjme/cleanup.h
nanocoat/include/sjme/gfx.h
nanocoat/include/sjme/nvm/allocSizeOf.h [moved from nanocoat/include/sjme/allocSizeOf.h with 100% similarity]
nanocoat/include/sjme/nvm/boot.h [moved from nanocoat/include/sjme/boot.h with 99% similarity]
nanocoat/include/sjme/nvm/bytecode.h [moved from nanocoat/include/sjme/bytecode.h with 99% similarity]
nanocoat/include/sjme/nvm/descriptor.h [moved from nanocoat/include/sjme/descriptor.h with 99% similarity]
nanocoat/include/sjme/nvm/jdwp.h [moved from nanocoat/include/sjme/jdwp.h with 98% similarity]
nanocoat/include/sjme/nvm/modelessStars.h [moved from nanocoat/include/sjme/modelessStars.h with 99% similarity]
nanocoat/include/sjme/nvm/nvm.h [moved from nanocoat/include/sjme/nvm.h with 100% similarity]
nanocoat/include/sjme/nvm/nvmFunc.h [moved from nanocoat/include/sjme/nvmFunc.h with 99% similarity]
nanocoat/include/sjme/nvm/payload.h [moved from nanocoat/include/sjme/payload.h with 98% similarity]
nanocoat/include/sjme/nvm/payloadSeed.h [moved from nanocoat/include/sjme/payloadSeed.h with 100% similarity]
nanocoat/include/sjme/nvm/rom.h [moved from nanocoat/include/sjme/rom.h with 99% similarity]
nanocoat/include/sjme/nvm/romInternal.h [moved from nanocoat/include/sjme/romInternal.h with 98% similarity]
nanocoat/include/sjme/nvm/task.h [moved from nanocoat/include/sjme/task.h with 97% similarity]
nanocoat/include/sjme/nvm/tread.h [moved from nanocoat/include/sjme/tread.h with 99% similarity]
nanocoat/include/sjme/nvm/vmConfig.h [moved from nanocoat/include/sjme/vmConfig.h with 99% similarity]
nanocoat/include/sjme/test/externTest.h
nanocoat/include/sjme/zip.h
nanocoat/lib/base/CMakeLists.txt
nanocoat/src/CMakeLists.txt
nanocoat/src/allocSizeOf.c [moved from nanocoat/lib/base/allocSizeOf.c with 94% similarity]
nanocoat/src/boot.c
nanocoat/src/bytecode.c
nanocoat/src/descriptor.c
nanocoat/src/jdwp.c
nanocoat/src/loop.c
nanocoat/src/modelessStars.c
nanocoat/src/nvm.c
nanocoat/src/rom.c
nanocoat/src/romLibrary.c
nanocoat/src/romLibraryZip.c
nanocoat/src/romSuite.c
nanocoat/src/romSuiteZip.c
nanocoat/src/task.c
nanocoat/src/tread.c
nanocoat/src/vmConfig.c
nanocoat/tests/include/mock.h
nanocoat/tests/include/test.h
nanocoat/tests/include/unit.h
nanocoat/tests/src/basic.c
nanocoat/tests/src/blobs.c
nanocoat/tests/src/tac.c