Win32 - Ramsearch and RamWatch update on loadstate
This commit is contained in:
parent
cdc2b1b1d9
commit
78c9e6d4d3
|
@ -28,6 +28,8 @@
|
||||||
#include "throttle.h"
|
#include "throttle.h"
|
||||||
#include "../mic.h"
|
#include "../mic.h"
|
||||||
#include "../movie.h"
|
#include "../movie.h"
|
||||||
|
#include "ramwatch.h"
|
||||||
|
#include "ram_search.h"
|
||||||
|
|
||||||
extern LRESULT OpenFile(); //adelikat: Made this an extern here instead of main.h Seemed icky not to limit the scope of this function
|
extern LRESULT OpenFile(); //adelikat: Made this an extern here instead of main.h Seemed icky not to limit the scope of this function
|
||||||
|
|
||||||
|
@ -127,7 +129,8 @@ void HK_StateLoadSlot(int num)
|
||||||
loadstate_slot(num); //Loadstate
|
loadstate_slot(num); //Loadstate
|
||||||
lastSaveState = num; //Set last savestate used
|
lastSaveState = num; //Set last savestate used
|
||||||
SaveStateMessages(num, 1); //Display state loaded message
|
SaveStateMessages(num, 1); //Display state loaded message
|
||||||
|
Update_RAM_Watch();
|
||||||
|
Update_RAM_Search();
|
||||||
if(!wasPaused)
|
if(!wasPaused)
|
||||||
NDS_UnPause();
|
NDS_UnPause();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue