Fixed both issues. The first one is a bug specific to the Jailhouse build that was missing the /sd
prefix in the include paths.
The second was me adding new tokens without updating the pre-compiled binaries in the demos repo. (The reason there are pre-compiled binaries in the demos repo is that TCC does not optimize well (or hardly at all), and the Famicom emulator does not run at full speed on H3 Orange Pis if compiled with TCC. That's why I added binaries compiled with GCC.)
If nothing goes wrong things should work in tomorrow's build. Thanks for testing.