Core: Move config enums to separate file.
These are a bit strewn about and there are constants that aren't consistently used, which just adds confusion.
This commit is contained in:
parent
dc840c077d
commit
b4496f1975
55 changed files with 129 additions and 49 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "Common/CPUDetect.h"
|
||||
#include "Common/ColorConv.h"
|
||||
#include "Core/Config.h"
|
||||
#include "Core/ConfigValues.h"
|
||||
#include "Core/MemMap.h"
|
||||
#include "Core/HDRemaster.h"
|
||||
#include "Core/Reporting.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue