mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 01:12:32 -07: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);
|
||||
}
|
||||
|
@@ -47,8 +47,8 @@ private:
|
||||
void OnResize();
|
||||
|
||||
/// Called when a configuration change affects the minimal size of the window
|
||||
void
|
||||
OnMinimalClientAreaChangeRequest(const std::pair<unsigned, unsigned>& minimal_size) override;
|
||||
void OnMinimalClientAreaChangeRequest(
|
||||
const std::pair<unsigned, unsigned>& minimal_size) override;
|
||||
|
||||
/// Is the window still open?
|
||||
bool is_open = true;
|
||||
|
Reference in New Issue
Block a user