mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
clang fix
This commit is contained in:
parent
977eb9bb3e
commit
1ed89d9a66
@ -285,12 +285,12 @@ void WindowSDL::onKeyPress(const SDL_Event* event) {
|
|||||||
SDL_SetWindowFullscreen(window, !is_fullscreen);
|
SDL_SetWindowFullscreen(window, !is_fullscreen);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SDLK_F12:
|
case SDLK_F12:
|
||||||
if (event->type == SDL_EVENT_KEY_DOWN) {
|
if (event->type == SDL_EVENT_KEY_DOWN) {
|
||||||
// Trigger rdoc capture
|
// Trigger rdoc capture
|
||||||
VideoCore::TriggerCapture();
|
VideoCore::TriggerCapture();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user