1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 00:16:32 -05:00

core/hid: Move input_interpreter to hid

This commit is contained in:
german77
2021-09-20 15:02:01 -05:00
committed by Narr the Reg
parent ad5142ac2c
commit bf71d18af9
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
#include "common/fs/path_util.h"
#include "core/core.h"
#include "core/frontend/input_interpreter.h"
#include "core/hid/input_interpreter.h"
#include "input_common/keyboard.h"
#include "input_common/main.h"
#include "yuzu/applets/qt_web_browser.h"