Browse Source

more stupid stuff

eden-orbis-ps4
lizzie 9 months ago
parent
commit
35c47438fb
  1. 5
      src/yuzu_cmd/yuzu.cpp

5
src/yuzu_cmd/yuzu.cpp

@ -255,6 +255,11 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
// clang-format on // 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) { while (optind < argc) {
int arg = getopt_long(argc, argv, "g:fhvcip::c:u:d:", long_options, &option_index); int arg = getopt_long(argc, argv, "g:fhvcip::c:u:d:", long_options, &option_index);
if (arg != -1) { if (arg != -1) {

Loading…
Cancel
Save