* Fixed iNesSave and iNesSaveAs (#579)

* Moved "Config->Game Genie" to "Config->Enable->Game Genie ROM"
This commit is contained in:
ansstuff 2013-02-11 12:03:37 +00:00
parent b7584d0da2
commit 3d9095fc29
4 changed files with 741 additions and 727 deletions

View File

@ -1158,7 +1158,8 @@ BOOL CALLBACK PatcherCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam
UpdatePatcher(hwndDlg);
break;
case IDC_ROMPATCHER_BTN_SAVE:
if(!iNesSave())MessageBox(NULL,"Error Saving","Error",MB_OK);
if (!iNesSave())
MessageBox(NULL, "Error Saving", "Error", MB_OK);
break;
}
break;

View File

@ -120,6 +120,7 @@ BEGIN
MENUITEM "&Frame Adv. - Skip Lag", MENU_DISPLAY_FA_LAGSKIP
MENUITEM "Backup Savestates", ID_ENABLE_BACKUPSAVESTATES
MENUITEM "Compress Savestates", ID_ENABLE_COMPRESSSAVESTATES
MENUITEM "&Game Genie ROM", MENU_GAME_GENIE
MENUITEM "Auto-resume old play session", ID_ENABLE_AUTORESUME
END
POPUP "&Display"
@ -143,14 +144,13 @@ BEGIN
MENUITEM "Graphics: &OBJ", MENU_DISPLAY_OBJ
END
MENUITEM SEPARATOR
MENUITEM "&Game Genie", MENU_GAME_GENIE
MENUITEM "&PAL Emulation", MENU_PAL
MENUITEM SEPARATOR
POPUP "PPU"
BEGIN
MENUITEM "Old PPU", ID_OLDPPU
MENUITEM "New PPU (slow!)", ID_NEWPPU
END
MENUITEM SEPARATOR
MENUITEM "&Directories...", MENU_DIRECTORIES
MENUITEM "&GUI...", MENU_GUI_OPTIONS
MENUITEM "&Input...", MENU_INPUT

File diff suppressed because it is too large Load Diff

Binary file not shown.