(PS3/PSP) Remove dead code

This commit is contained in:
twinaphex 2013-04-18 17:44:38 +02:00
parent 5b35feddae
commit 41ec8b8fe8
2 changed files with 0 additions and 39 deletions

View File

@ -191,24 +191,6 @@ static void callback_sysutil_exit(uint64_t status, uint64_t param, void *userdat
}
#endif
#ifdef __PSL1GHT__
void menu_init (void)
{
}
bool menu_iterate(void)
{
strlcpy(g_extern.fullpath, "/dev_hdd0/game/SSNE10000/USRDIR/mm3.nes", sizeof(g_extern.fullpath));
g_extern.lifecycle_mode_state |= (1ULL << MODE_LOAD_GAME);
return false;
}
void menu_free (void)
{
}
#endif
static void get_environment_settings(int argc, char *argv[])
{
int ret;

View File

@ -88,27 +88,6 @@ static int setup_callback(void)
return thread_id;
}
void menu_init (void) {}
bool menu_iterate(void)
{
char path[256];
snprintf(path, sizeof(path), "%s%s", default_paths.port_dir, "dkc.sfc");
RARCH_LOG("game ROM: %s\n", path);
strlcpy(g_extern.fullpath, path, sizeof(g_extern.fullpath));
g_extern.lifecycle_mode_state |= (1ULL << MODE_LOAD_GAME);
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU);
g_extern.lifecycle_mode_state |= (1ULL << MODE_INIT);
return false;
}
void menu_free (void)
{
}
static void system_init(void)
{
//initialize debug screen