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

@ -132,11 +132,11 @@ add_library(core STATIC
frontend/emu_window.h
frontend/framebuffer_layout.cpp
frontend/framebuffer_layout.h
frontend/input_interpreter.cpp
frontend/input_interpreter.h
frontend/input.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hid/input_interpreter.cpp
hid/input_interpreter.h
hle/api_version.h
hle/ipc.h
hle/ipc_helpers.h

View file

@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "core/core.h"
#include "core/frontend/input_interpreter.h"
#include "core/hid/input_interpreter.h"
#include "core/hle/service/hid/controllers/npad.h"
#include "core/hle/service/hid/hid.h"
#include "core/hle/service/sm/sm.h"