mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
Re-add mistakenly deleted line
This commit is contained in:
parent
c336c75ae5
commit
a0a4d2e35b
@ -92,6 +92,8 @@ WindowSDL::WindowSDL(s32 width_, s32 height_, Input::GameController* controller_
|
||||
UNREACHABLE_MSG("Failed to create window handle: {}", SDL_GetError());
|
||||
}
|
||||
|
||||
SDL_SetWindowMinimumSize(window, 640, 360);
|
||||
|
||||
bool error = false;
|
||||
const SDL_DisplayID displayIndex = SDL_GetDisplayForWindow(window);
|
||||
if (displayIndex < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user