Fixed EmuWindow typo (fixes OSX build)

This commit is contained in:
bunnei 2015-03-07 18:26:28 -05:00
parent 06bf471581
commit 25633b431d
2 changed files with 2 additions and 2 deletions

View file

@ -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);