mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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 "retroarch.h"
|
||||
#include "verbosity.h"
|
||||
#include "lakka.h"
|
||||
|
||||
#include "gfx/gfx_animation.h"
|
||||
|
||||
@ -58,6 +57,12 @@
|
||||
#include "uwp/uwp_func.h"
|
||||
#endif
|
||||
|
||||
#include "lakka.h"
|
||||
|
||||
#if defined(HAVE_LAKKA) || defined(HAVE_LIBNX)
|
||||
#include "switch_performance_profiles.h"
|
||||
#endif
|
||||
|
||||
enum video_driver_enum
|
||||
{
|
||||
VIDEO_GL = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user