Move math and some file and data conversion files out from native to Common.
Buildfixing Move some file util files Buildfix Move KeyMap.cpp/h to Core where they belong better. libretro buildfix attempt Move ini_file More buildfixes
This commit is contained in:
parent
1fb47d4f18
commit
9e41fafd0d
162 changed files with 739 additions and 790 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
#include "math/math_util.h"
|
||||
#include "Common/Math/math_util.h"
|
||||
#include "Common/MemoryUtil.h"
|
||||
#include "Core/Config.h"
|
||||
#include "GPU/GPUState.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue