Qt: Fix display not updating after resize when paused

Fixes #104.
This commit is contained in:
Connor McLaughlin
2020-03-18 22:27:45 +10:00
parent b86e0bc846
commit afe2f96474
3 changed files with 22 additions and 12 deletions

View File

@ -24,8 +24,6 @@ public:
virtual bool initializeDeviceContext(bool debug_device);
virtual void destroyDeviceContext();
virtual void Render() = 0;
// this comes back on the emu thread
virtual void windowResized(s32 new_window_width, s32 new_window_height);