(PSP) Hardcode ROM being fed right now for testing purposes

This commit is contained in:
twinaphex 2014-02-13 11:45:22 +01:00
parent 94d70b6aba
commit 63e8dfba4d

View File

@ -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);