From 25633b431d78bb031349f275f202e10207acd62b Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 7 Mar 2015 18:26:28 -0500 Subject: Fixed EmuWindow typo (fixes OSX build) --- src/common/emu_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/emu_window.cpp') diff --git a/src/common/emu_window.cpp b/src/common/emu_window.cpp index 1082ae26d..6459d2f32 100644 --- a/src/common/emu_window.cpp +++ b/src/common/emu_window.cpp @@ -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); -- cgit v1.2.3