Was missing a header include for switch_performance_profiles.h

This commit is contained in:
twinaphex 2021-08-12 19:03:42 +02:00
parent e9e6607fc9
commit 05bf208f7d

View File

@ -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,