more stupid stuff

This commit is contained in:
lizzie
2025-12-07 00:39:38 +00:00
parent 23a0875545
commit 999900249d
2 changed files with 53 additions and 23 deletions
+5
View File
@@ -252,6 +252,11 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
// clang-format on
};
#ifdef __OPENORBIS__
// PS4 will use this path by default UNLESS overriden; this is so users
// can quickly launch whatever they want.
filepath = "/data/eden/games/test.nro";
#endif
while (optind < argc) {
int arg = getopt_long(argc, argv, "g:fhvcip::c:u:d:", long_options, &option_index);
if (arg != -1) {