UI: Massive revamp, new features and improvements
This commit is contained in:
@@ -302,7 +302,7 @@ void SDLHostInterface::HandleSDLEvent(const SDL_Event* event)
|
||||
s32 window_width, window_height;
|
||||
SDL_GetWindowSize(m_window, &window_width, &window_height);
|
||||
m_display->ResizeRenderWindow(window_width, window_height);
|
||||
OnHostDisplayResized();
|
||||
HostDisplayResized();
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user