Subdirize assets, add TSX support

This commit is contained in:
2025-09-15 09:28:12 -05:00
parent 517b39649c
commit cafeda4368
17 changed files with 124 additions and 37 deletions

View File

@@ -33,9 +33,9 @@ errorret_t engineInit(void) {
// Init scripts
#if PSP
consoleExec("exec init_psp.dcf");
consoleExec("exec config/init_psp.dcf");
#else
consoleExec("exec init.dcf");
consoleExec("exec config/init.dcf");
#endif
errorOk();