mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 01:08:09 -05:00
EmuWindow: Made pad/touch functions non-static.
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
#include "emu_window.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
bool EmuWindow::touch_pressed = false;
|
||||
|
||||
void EmuWindow::KeyPressed(KeyMap::HostDeviceKey key) {
|
||||
Service::HID::PadState mapped_key = KeyMap::GetPadKey(key);
|
||||
|
||||
|
Reference in New Issue
Block a user