forked from dolphin-emu/dolphin
Fix dragging and dropping savestates in the render window
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user