mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 20:59:06 +00:00
Fix FTBFS.
This commit is contained in:
parent
65ec7fae9c
commit
892e82141f
@ -177,8 +177,6 @@ void sdlwrap_set_resize(unsigned width, unsigned height)
|
||||
#if SDL_MODERN
|
||||
(void)width;
|
||||
(void)height;
|
||||
(void)bits;
|
||||
(void)fullscreen;
|
||||
#else
|
||||
#ifndef __APPLE__ // Resizing on OSX is broken in 1.2 it seems :)
|
||||
static const int resizable = SDL_RESIZABLE;
|
||||
|
Loading…
Reference in New Issue
Block a user