| 1985 | } |
| 1986 | |
| 1987 | void MainWindow::onStartFullscreenUITriggered() |
| 1988 | { |
| 1989 | if (m_display_surface) |
| 1990 | g_emu_thread->stopFullscreenUI(); |
| 1991 | else |
| 1992 | g_emu_thread->startFullscreenUI(Host::GetBaseBoolSettingValue("UI", "StartFullscreen", false)); |
| 1993 | } |
| 1994 | |
| 1995 | void MainWindow::onFullscreenUIStateChange(bool running) |
| 1996 | { |
nothing calls this directly
no test coverage detected