From 78c9e6d4d386e8144d09d804e5c7bbda425dc74b Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 8 May 2009 21:31:50 +0000 Subject: [PATCH] Win32 - Ramsearch and RamWatch update on loadstate --- src/windows/hotkey.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/windows/hotkey.cpp b/src/windows/hotkey.cpp index c655830cd..315b8fa8e 100644 --- a/src/windows/hotkey.cpp +++ b/src/windows/hotkey.cpp @@ -28,6 +28,8 @@ #include "throttle.h" #include "../mic.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 @@ -127,7 +129,8 @@ void HK_StateLoadSlot(int num) loadstate_slot(num); //Loadstate lastSaveState = num; //Set last savestate used SaveStateMessages(num, 1); //Display state loaded message - + Update_RAM_Watch(); + Update_RAM_Search(); if(!wasPaused) NDS_UnPause(); else