Added Savestates
This commit is contained in:
parent
29f77fa637
commit
bf35693ebc
|
@ -1,7 +1,7 @@
|
|||
[Project]
|
||||
FileName=DeSmuME.dev
|
||||
Name=DeSmuME
|
||||
UnitCount=48
|
||||
UnitCount=50
|
||||
Type=0
|
||||
Ver=1
|
||||
ObjFiles=
|
||||
|
@ -12,7 +12,7 @@ ResourceIncludes=
|
|||
MakeIncludes=
|
||||
Compiler=
|
||||
CppCompiler=-DVERSION=\"0.3.3\"_@@_
|
||||
Linker=
|
||||
Linker=-lz -lz.dll_@@_
|
||||
IsCpp=1
|
||||
Icon=
|
||||
ExeOutput=
|
||||
|
@ -398,9 +398,9 @@ OverrideBuildCmd=0
|
|||
BuildCmd=
|
||||
|
||||
[Unit49]
|
||||
FileName=yopyop_private.h
|
||||
FileName=saves.cpp
|
||||
CompileCpp=1
|
||||
Folder=
|
||||
Folder=DeSmuME
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
|
@ -408,9 +408,9 @@ OverrideBuildCmd=0
|
|||
BuildCmd=
|
||||
|
||||
[Unit50]
|
||||
FileName=yopyop_private.hpp
|
||||
FileName=saves.hpp
|
||||
CompileCpp=1
|
||||
Folder=
|
||||
Folder=DeSmuME
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
|
|
|
@ -66,6 +66,9 @@ void refreshAll();
|
|||
#define IDM_PRINTSCREEN 140
|
||||
#define IDM_QUICK_PRINTSCREEN 141
|
||||
|
||||
#define IDM_STATE_LOAD 150
|
||||
#define IDM_STATE_SAVE 151
|
||||
|
||||
#define IDD_MEM_VIEWER 301
|
||||
#define IDC_8_BIT 302
|
||||
#define IDC_16_BIT 303
|
||||
|
|
|
@ -294,6 +294,9 @@ MENU_PRINCIPAL MENU
|
|||
MENUITEM "&Open", IDM_OPEN
|
||||
MENUITEM "Rom &Info", IDM_GAME_INFO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Save State", IDM_STATE_SAVE
|
||||
MENUITEM "Load State", IDM_STATE_LOAD
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Save Screenshot &As", IDM_PRINTSCREEN
|
||||
MENUITEM "&Quick Screenshot", IDM_QUICK_PRINTSCREEN
|
||||
MENUITEM SEPARATOR
|
||||
|
|
Loading…
Reference in New Issue