Fix lakka-switch build

This commit is contained in:
rock88 2020-05-04 22:17:01 +03:00
parent b729ccff20
commit 07ebddd3e0

View file

@ -8,6 +8,7 @@
#include "moonlight_libretro_wrapper.h"
#include "libretro.h"
#include <algorithm>
#include <memory>
static bool pressed = false, sent_l_press = false, sent_r_press = false;
static int current_mouse_x = 0, current_mouse_y = 0;