mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 05:29:01 +02:00
more stupid stuff
This commit is contained in:
parent
26e4f59c16
commit
d11f8864ff
2 changed files with 53 additions and 23 deletions
|
|
@ -237,6 +237,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:fhvcip::c:u:d:", long_options, &option_index);
|
||||
if (arg != -1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue