Renders on PSP again
This commit is contained in:
@@ -31,7 +31,12 @@ errorret_t engineInit(void) {
|
||||
errorChain(displayInit());
|
||||
rpgInit();
|
||||
|
||||
consoleExec("exec init.dcf");
|
||||
// Init scripts
|
||||
#if PSP
|
||||
consoleExec("exec init_psp.dcf");
|
||||
#else
|
||||
consoleExec("exec init.dcf");
|
||||
#endif
|
||||
|
||||
errorOk();
|
||||
}
|
||||
|
Reference in New Issue
Block a user