Fix dragging and dropping savestates in the render window

This commit is contained in:
Lioncash
2014-06-24 16:41:12 -04:00
parent 91da031220
commit 3df00cd3f5
2 changed files with 24 additions and 3 deletions

View File

@ -80,6 +80,7 @@ class CRenderFrame : public wxFrame
private:
void OnDropFiles(wxDropFilesEvent& event);
static bool IsValidSavestateDropped(const std::string& filepath);
#ifdef _WIN32
// Receive WndProc messages
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);