mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
This commit is contained in:
parent
e7800fb6ff
commit
7a76bc30fa
116 changed files with 144 additions and 146 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <array>
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/settings.h"
|
||||
#include "core/core.h"
|
||||
#include "core/core_timing.h"
|
||||
#include "core/core_timing_util.h"
|
||||
|
@ -23,7 +24,6 @@
|
|||
#include "core/hle/service/hid/irs.h"
|
||||
#include "core/hle/service/hid/xcd.h"
|
||||
#include "core/hle/service/service.h"
|
||||
#include "core/settings.h"
|
||||
|
||||
#include "core/hle/service/hid/controllers/controller_base.h"
|
||||
#include "core/hle/service/hid/controllers/debug_pad.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue