From 35c47438fb0fa9f829fe1dc92418929ba5034282 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 7 Dec 2025 00:39:38 +0000 Subject: [PATCH] more stupid stuff --- src/yuzu_cmd/yuzu.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 8decf831c8..7817897adc 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -255,6 +255,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) {