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
src/video_core
|
@ -5,10 +5,10 @@
|
|||
#include "common/assert.h"
|
||||
#include "common/microprofile.h"
|
||||
#include "common/scope_exit.h"
|
||||
#include "common/settings.h"
|
||||
#include "common/thread.h"
|
||||
#include "core/core.h"
|
||||
#include "core/frontend/emu_window.h"
|
||||
#include "core/settings.h"
|
||||
#include "video_core/dma_pusher.h"
|
||||
#include "video_core/gpu.h"
|
||||
#include "video_core/gpu_thread.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue