mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 11:38:01 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -181,5 +181,6 @@ void EmuWindow_SDL2::ReloadSetKeymaps() {
|
||||
|
||||
void EmuWindow_SDL2::OnMinimalClientAreaChangeRequest(
|
||||
const std::pair<unsigned, unsigned>& minimal_size) {
|
||||
|
||||
SDL_SetWindowMinimumSize(render_window, minimal_size.first, minimal_size.second);
|
||||
}
|
||||
|
Reference in New Issue
Block a user