more stupid stuff

This commit is contained in:
lizzie 2025-12-07 00:39:38 +00:00
parent 9e0ac816ae
commit 733c596a14
2 changed files with 53 additions and 23 deletions

View file

@ -236,6 +236,11 @@ int main(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:fhvp::c:u:d:", long_options, &option_index);
if (arg != -1) {