mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Was missing a header include for switch_performance_profiles.h
This commit is contained in:
parent
e9e6607fc9
commit
05bf208f7d
@ -45,7 +45,6 @@
|
|||||||
#include "paths.h"
|
#include "paths.h"
|
||||||
#include "retroarch.h"
|
#include "retroarch.h"
|
||||||
#include "verbosity.h"
|
#include "verbosity.h"
|
||||||
#include "lakka.h"
|
|
||||||
|
|
||||||
#include "gfx/gfx_animation.h"
|
#include "gfx/gfx_animation.h"
|
||||||
|
|
||||||
@ -58,6 +57,12 @@
|
|||||||
#include "uwp/uwp_func.h"
|
#include "uwp/uwp_func.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "lakka.h"
|
||||||
|
|
||||||
|
#if defined(HAVE_LAKKA) || defined(HAVE_LIBNX)
|
||||||
|
#include "switch_performance_profiles.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum video_driver_enum
|
enum video_driver_enum
|
||||||
{
|
{
|
||||||
VIDEO_GL = 0,
|
VIDEO_GL = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user