mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(PSP) Hardcode ROM being fed right now for testing purposes
This commit is contained in:
parent
94d70b6aba
commit
63e8dfba4d
@ -107,9 +107,9 @@ static int psp_process_args(int argc, char *argv[], void *args)
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
(void)args;
|
||||
#if 0
|
||||
#if 1
|
||||
char path[256];
|
||||
snprintf(path, sizeof(path), "%s%s", default_paths.port_dir, "dkc.sfc");
|
||||
snprintf(path, sizeof(path), "%s%s", default_paths.port_dir, "zelda.gb");
|
||||
|
||||
strlcpy(g_extern.fullpath, path, sizeof(g_extern.fullpath));
|
||||
g_extern.lifecycle_state |= (1ULL << MODE_LOAD_GAME);
|
||||
|
Loading…
Reference in New Issue
Block a user