summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-04-23 17:17:33 +0200
committerLioncash <mathew1800@gmail.com>2021-04-23 17:19:32 +0200
commit8805233f5e6360c5153e66c8937d5e7ae94c2143 (patch)
tree4a8948cbe4825521b4bb3bcd892db779499f4be7 /src/yuzu_cmd/emu_window/emu_window_sdl2.h
parentMerge pull request #6223 from lat9nq/ffmpeg-external-fixes (diff)
downloadyuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar.gz
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar.bz2
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar.lz
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar.xz
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.tar.zst
yuzu-8805233f5e6360c5153e66c8937d5e7ae94c2143.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
index 0e17bbca7..1b9ab5b93 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
@@ -71,7 +71,7 @@ protected:
void Fullscreen();
/// Called when a configuration change affects the minimal size of the window
- void OnMinimalClientAreaChangeRequest(std::pair<unsigned, unsigned> minimal_size) override;
+ void OnMinimalClientAreaChangeRequest(std::pair<u32, u32> minimal_size) override;
/// Is the window still open?
bool is_open = true;