mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Fix videocore + switchres compile failure (#15971)
After commit f24893b, some definitions were not included when RA is compiled with --enable-videocore option (RPi legacy driver).
This commit is contained in:
parent
1fab694b76
commit
12b6b68132
@ -33,10 +33,8 @@
|
||||
#include "../paths.h"
|
||||
#include "gfx_display.h"
|
||||
|
||||
#if !defined(HAVE_VIDEOCORE)
|
||||
#include "../deps/switchres/switchres_wrapper.h"
|
||||
static sr_mode srm;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user