summaryrefslogtreecommitdiff
path: root/src/core/frontend/emu_window.h
diff options
context:
space:
mode:
authorGravatar wwylele2017-01-21 11:53:03 +0200
committerGravatar wwylele2017-03-01 23:30:57 +0200
commit38e800f70d122051e12ac9f22e23d84b97fec424 (patch)
tree0f52b5731a4fd8e9f2a39e8e75d1fa18ce8b9107 /src/core/frontend/emu_window.h
parentHID: use AnalogDevice (diff)
downloadyuzu-38e800f70d122051e12ac9f22e23d84b97fec424.tar.gz
yuzu-38e800f70d122051e12ac9f22e23d84b97fec424.tar.xz
yuzu-38e800f70d122051e12ac9f22e23d84b97fec424.zip
InputCommon: add Keyboard
Diffstat (limited to 'src/core/frontend/emu_window.h')
-rw-r--r--src/core/frontend/emu_window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h
index 1ba64c92b..de9b64953 100644
--- a/src/core/frontend/emu_window.h
+++ b/src/core/frontend/emu_window.h
@@ -52,8 +52,6 @@ public:
52 /// Releases (dunno if this is the "right" word) the GLFW context from the caller thread 52 /// Releases (dunno if this is the "right" word) the GLFW context from the caller thread
53 virtual void DoneCurrent() = 0; 53 virtual void DoneCurrent() = 0;
54 54
55 virtual void ReloadSetKeymaps() = 0;
56
57 /** 55 /**
58 * Signals a button press action to the HID module. 56 * Signals a button press action to the HID module.
59 * @param pad_state indicates which button to press 57 * @param pad_state indicates which button to press