diff --git a/Source/Project64-core/Project64-core.vcproj b/Source/Project64-core/Project64-core.vcproj
index d8f9ec2ef..942b63ab5 100644
--- a/Source/Project64-core/Project64-core.vcproj
+++ b/Source/Project64-core/Project64-core.vcproj
@@ -510,6 +510,14 @@
+
+
+
+
+
+
+
+
+
@@ -180,6 +181,7 @@
+
diff --git a/Source/Project64-core/Project64-core.vcxproj.filters b/Source/Project64-core/Project64-core.vcxproj.filters
index 3bedcc21d..2ef1471f1 100644
--- a/Source/Project64-core/Project64-core.vcxproj.filters
+++ b/Source/Project64-core/Project64-core.vcxproj.filters
@@ -70,6 +70,12 @@
{1478740a-b66b-41bd-833c-917c0cb85047}
+
+ {1cc42db5-377e-4882-9afa-4e6b2a3e389d}
+
+
+ {1030356f-55d6-4fef-9ee2-64c45b9c8ff2}
+
@@ -593,5 +599,8 @@
Header Files\N64 System\Mips
+
+ Header Files\Rom List
+
\ No newline at end of file
diff --git a/Source/Project64/UserInterface/RomList.cpp b/Source/Project64-core/RomList/RomList.cpp
similarity index 100%
rename from Source/Project64/UserInterface/RomList.cpp
rename to Source/Project64-core/RomList/RomList.cpp
diff --git a/Source/Project64/UserInterface/RomList.h b/Source/Project64-core/RomList/RomList.h
similarity index 100%
rename from Source/Project64/UserInterface/RomList.h
rename to Source/Project64-core/RomList/RomList.h
diff --git a/Source/Project64/Project64.vcproj b/Source/Project64/Project64.vcproj
index 7fccc378f..0d4fbed5c 100644
--- a/Source/Project64/Project64.vcproj
+++ b/Source/Project64/Project64.vcproj
@@ -224,10 +224,6 @@
RelativePath=".\UserInterface\RomInformationClass.cpp"
>
-
-
@@ -458,10 +454,6 @@
RelativePath=".\UserInterface\RomInformationClass.h"
>
-
-
diff --git a/Source/Project64/Project64.vcxproj b/Source/Project64/Project64.vcxproj
index 34a28e729..18cd3804f 100644
--- a/Source/Project64/Project64.vcxproj
+++ b/Source/Project64/Project64.vcxproj
@@ -67,7 +67,6 @@
-
@@ -109,7 +108,6 @@
-
diff --git a/Source/Project64/Project64.vcxproj.filters b/Source/Project64/Project64.vcxproj.filters
index 1df1b52f8..74c85c08d 100644
--- a/Source/Project64/Project64.vcxproj.filters
+++ b/Source/Project64/Project64.vcxproj.filters
@@ -162,9 +162,6 @@
Source Files\Settings Files
-
- Source Files\User Interface Source
-
@@ -296,9 +293,6 @@
Header Files\Settings
-
- Header Files\User Interface Headers
-
diff --git a/Source/Project64/UserInterface/RomBrowser.h b/Source/Project64/UserInterface/RomBrowser.h
index 80ae59d70..4ad3e5173 100644
--- a/Source/Project64/UserInterface/RomBrowser.h
+++ b/Source/Project64/UserInterface/RomBrowser.h
@@ -12,7 +12,7 @@
#include
#include
-#include "RomList.h"
+#include
class CMainGui;
class CPlugins;