Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Should fix DJ's issue with it...
  • Loading branch information
gameblabla committed Sep 9, 2015
1 parent df64413 commit 216e2eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions platform/common/emu.c
Expand Up @@ -253,18 +253,15 @@ int emu_ReloadRom(void)
}*/

// load config for this ROM (do this before insert to get correct region)
if (!cfg_loaded) {
/*if (!cfg_loaded) {
ret = emu_ReadConfig(1, 1);
if (!ret) emu_ReadConfig(0, 1);
}
}*/

lprintf("PicoCartInsert(%p, %d);\n", rom_data, rom_size);
if(PicoCartInsert(rom_data, rom_size)) {
sprintf(menuErrorMsg, "Failed to load ROM.");
menu_romload_end();
return 0;
}

PicoCartInsert(rom_data, rom_size);


Pico.m.frame_count = 0;

// insert CD if it was detected
Expand Down
Binary file modified platform/nspire/picodrive-nspire.zip
Binary file not shown.
Binary file modified platform/nspire/picodrive.tns
Binary file not shown.

0 comments on commit 216e2eb

Please sign in to comment.