diff --git a/CMakeLists.txt b/CMakeLists.txt
index a70dea2fa3..af469ae70b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -983,13 +983,13 @@ if(HEADLESS)
endif()
set(NativeAppSource
- android/jni/NativeApp.cpp
- android/jni/EmuScreen.cpp
- android/jni/TestRunner.cpp
- android/jni/MenuScreens.cpp
- android/jni/GamepadEmu.cpp
- android/jni/UIShader.cpp
- android/jni/ui_atlas.cpp)
+ UI/NativeApp.cpp
+ UI/EmuScreen.cpp
+ UI/TestRunner.cpp
+ UI/MenuScreens.cpp
+ UI/GamepadEmu.cpp
+ UI/UIShader.cpp
+ UI/ui_atlas.cpp)
if(ANDROID)
set(NativeAppSource ${NativeAppSource} android/jni/ArmEmitterTest.cpp)
endif()
diff --git a/Core/Core.vcxproj.filters b/Core/Core.vcxproj.filters
index 7fb8bd3b30..bad49cce4e 100644
--- a/Core/Core.vcxproj.filters
+++ b/Core/Core.vcxproj.filters
@@ -1,4 +1,4 @@
-
+
@@ -384,7 +384,6 @@
MIPS\ARM
-
Font
@@ -395,6 +394,9 @@
HLE\Libraries
+
+ HLE\Libraries
+
@@ -718,7 +720,6 @@
MIPS\ARM
-
Font
@@ -728,6 +729,9 @@
HLE\Libraries
+
+ HLE\Libraries
+
@@ -735,4 +739,4 @@
-
+
\ No newline at end of file
diff --git a/Core/ELF/ParamSFO.h b/Core/ELF/ParamSFO.h
index 119ec72b3b..85686a256a 100644
--- a/Core/ELF/ParamSFO.h
+++ b/Core/ELF/ParamSFO.h
@@ -18,8 +18,11 @@
#pragma once
+#include
#include