mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 06:53:33 +08: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