Shuffling kernel/.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "xenia/hid/input_system.h"
|
||||
|
||||
#include "xenia/emulator.h"
|
||||
#include "xenia/cpu/processor.h"
|
||||
#include "xenia/emulator.h"
|
||||
#include "xenia/hid/hid_flags.h"
|
||||
#include "xenia/hid/input_driver.h"
|
||||
#include "xenia/profiling.h"
|
||||
|
||||
@@ -221,7 +221,7 @@ X_RESULT WinKeyInputDriver::GetKeystroke(uint32_t user_index, uint32_t flags,
|
||||
key_events_.pop();
|
||||
}
|
||||
|
||||
// TODO: Some other way to toggle this...
|
||||
// TODO(DrChat): Some other way to toggle this...
|
||||
if (IS_KEY_TOGGLED(VK_CAPITAL)) {
|
||||
// dpad toggled
|
||||
if (evt.vkey == (0x41)) {
|
||||
|
||||
Reference in New Issue
Block a user