mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 03:40:33 +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
|
#if SDL_MODERN
|
||||||
(void)width;
|
(void)width;
|
||||||
(void)height;
|
(void)height;
|
||||||
(void)bits;
|
|
||||||
(void)fullscreen;
|
|
||||||
#else
|
#else
|
||||||
#ifndef __APPLE__ // Resizing on OSX is broken in 1.2 it seems :)
|
#ifndef __APPLE__ // Resizing on OSX is broken in 1.2 it seems :)
|
||||||
static const int resizable = SDL_RESIZABLE;
|
static const int resizable = SDL_RESIZABLE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user