mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-SDL2 build
This commit is contained in:
parent
2b80e3573f
commit
fa7660020f
|
@ -209,7 +209,9 @@ void Window::loadConfig() {
|
|||
enterFullScreen();
|
||||
}
|
||||
|
||||
#if defined(BUILD_SDL) && SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
m_inputController.setScreensaverSuspendable(opts->suspendScreensaver);
|
||||
#endif
|
||||
|
||||
m_mruFiles = m_config->getMRU();
|
||||
updateMRU();
|
||||
|
|
Loading…
Reference in New Issue