mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 04:47:58 -05:00
Fixed EmuWindow typo (fixes OSX build)
This commit is contained in:
@ -17,7 +17,7 @@ void EmuWindow::KeyReleased(KeyMap::HostDeviceKey key) {
|
||||
Service::HID::PadButtonRelease(mapped_key);
|
||||
}
|
||||
|
||||
EmuWindow::FramebufferLayout EmuWindow::FramebufferLayout::DefaultScreenLayout(int width, int height) {
|
||||
EmuWindow::FramebufferLayout EmuWindow::FramebufferLayout::DefaultScreenLayout(unsigned width, unsigned height) {
|
||||
ASSERT(width > 0);
|
||||
ASSERT(height > 0);
|
||||
|
||||
|
Reference in New Issue
Block a user