fix for config.toml

This commit is contained in:
Xphalnos 2024-06-07 20:43:44 +02:00
parent ddde8a7d8d
commit cf9c295444
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ WindowSDL::WindowSDL(s32 width_, s32 height_, Input::GameController* controller_
UNREACHABLE_MSG("Failed to create window handle: {}", SDL_GetError());
}
SDL_SetWindowFullscreen(window, SDL_TRUE);
SDL_SetWindowFullscreen(window, Config::isFullscreenMode());
#if defined(SDL_PLATFORM_WIN32)
window_info.type = WindowSystemType::Windows;