diff --git a/PCSX2_suite.sln b/PCSX2_suite.sln
index 0a41f320b4..6255bafcc7 100644
--- a/PCSX2_suite.sln
+++ b/PCSX2_suite.sln
@@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{0FAD
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{2D6F0A62-A247-4CCF-947F-FCD54BE16103}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcsx2", "pcsx2\windows\VCprojects\pcsx2.vcxproj", "{1CEFD830-2B76-4596-A4EE-BCD7280A60BD}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcsx2", "pcsx2\pcsx2.vcxproj", "{1CEFD830-2B76-4596-A4EE-BCD7280A60BD}"
ProjectSection(ProjectDependencies) = postProject
{12728250-16EC-4DC6-94D7-E21DD88947F8} = {12728250-16EC-4DC6-94D7-E21DD88947F8}
{D6973076-9317-4EF2-A0B8-B7A18AC0713E} = {D6973076-9317-4EF2-A0B8-B7A18AC0713E}
diff --git a/common/vsprops/3rdpartyDeps.props b/common/vsprops/3rdpartyDeps.props
index 85df557ceb..9397bc349f 100644
--- a/common/vsprops/3rdpartyDeps.props
+++ b/common/vsprops/3rdpartyDeps.props
@@ -6,10 +6,10 @@
- $(SvnRootDir)\3rdparty\;$(SvnRootDir)\3rdparty\soundtouch\;$(SolutionDir)\3rdparty\yaml-cpp\yaml-cpp\include\;$(SolutionDir)\3rdparty\fmt\fmt\include\;$(SolutionDir)\3rdparty\libchdr\libchdr\include;$(SolutionDir)\3rdparty\include\;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\;$(SolutionDir)3rdparty\soundtouch\;$(SolutionDir)3rdparty\yaml-cpp\yaml-cpp\include\;$(SolutionDir)3rdparty\fmt\fmt\include\;$(SolutionDir)3rdparty\libchdr\libchdr\include;$(SolutionDir)3rdparty\include\;%(AdditionalIncludeDirectories)
- $(SvnRootDir)\deps\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)
+ $(SolutionDir)deps\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)
\ No newline at end of file
diff --git a/common/vsprops/BaseProperties.props b/common/vsprops/BaseProperties.props
index 6d1d4628ce..09ef6c3fc3 100644
--- a/common/vsprops/BaseProperties.props
+++ b/common/vsprops/BaseProperties.props
@@ -10,7 +10,7 @@
true
- $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\wxWidgets3.0\include;%(AdditionalIncludeDirectories)
+ $(SolutionDir)\common\include;$(SolutionDir)\3rdparty\wxWidgets3.0\include;%(AdditionalIncludeDirectories)
__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
16Bytes
true
diff --git a/common/vsprops/common.props b/common/vsprops/common.props
index b75fa1a8d9..241941026f 100644
--- a/common/vsprops/common.props
+++ b/common/vsprops/common.props
@@ -12,7 +12,7 @@
- ./;../../;../../x86;../../x86/ix86-32;../../IPU;../../System;%(AdditionalIncludeDirectories)
+ ./;$(ProjectDir);$(ProjectDir)x86;$(ProjectDir)x86\ix86-32;$(ProjectDir)IPU;$(ProjectDir)System;%(AdditionalIncludeDirectories)
_M_X86;__i386__;TIXML_USE_STL;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
false
$(IntDir)pcsx2.pch
diff --git a/pcsx2/pcsx2.vcxproj b/pcsx2/pcsx2.vcxproj
new file mode 100644
index 0000000000..8d520e4344
--- /dev/null
+++ b/pcsx2/pcsx2.vcxproj
@@ -0,0 +1,1176 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Debug AVX2
+ Win32
+
+
+ Debug AVX2
+ x64
+
+
+ Devel
+ Win32
+
+
+ Devel
+ x64
+
+
+ Devel AVX2
+ Win32
+
+
+ Devel AVX2
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+ Release AVX2
+ Win32
+
+
+ Release AVX2
+ x64
+
+
+
+
+ {1CEFD830-2B76-4596-A4EE-BCD7280A60BD}
+
+
+
+ Application
+ Unicode
+ $(DefaultPlatformToolset)
+ true
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AllRules.ruleset
+
+
+
+ $(ProjectDir)\gui;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\xbyak;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\freetype\include;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\xz\xz\src\liblzma\api;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\baseclasses;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories)
+ $(SolutionDir)3rdparty\libpng;%(AdditionalIncludeDirectories)
+ Async
+ Use
+ PrecompiledHeader.h
+ NoExtensions
+ WIN32_LEAN_AND_MEAN;LZMA_API_STATIC;BUILD_DX=1;SPU2X_PORTAUDIO;%(PreprocessorDefinitions)
+ PCSX2_DEBUG;PCSX2_DEVBUILD;_SECURE_SCL_=1;%(PreprocessorDefinitions)
+ PCSX2_DEVEL;PCSX2_DEVBUILD;NDEBUG;_SECURE_SCL_=1;%(PreprocessorDefinitions)
+ NDEBUG;_SECURE_SCL_=0;%(PreprocessorDefinitions)
+ PCSX2_CI;%(PreprocessorDefinitions)
+ _M_SSE=0x401;%(PreprocessorDefinitions)
+ _M_SSE=0x501;%(PreprocessorDefinitions)
+ StreamingSIMDExtensions2
+ AdvancedVectorExtensions2
+ false
+ $(IntDir)%(RelativeDir)
+
+
+ Precise
+
+
+ Yes
+ comctl32.lib;ws2_32.lib;shlwapi.lib;winmm.lib;rpcrt4.lib;iphlpapi.lib;dsound.lib;%(AdditionalDependencies)
+ dxguid.lib;dinput8.lib;hid.lib;d3dcompiler.lib;d3d11.lib;dxgi.lib;strmiids.lib;opengl32.lib;comsuppw.lib;%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+ cmd.exe /c %(RelativeDir)bin2cpp.cmd %(Filename)%(Extension)
+ %(RelativeDir)%(Filename).h
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+ Create
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(SolutionDir)3rdparty\wxwidgets3.0\$(PlatformName);$(SolutionDir)3rdparty\wxwidgets3.0\include;%(AdditionalIncludeDirectories)
+
+
+
+
+
+
+
+
+
+
+
+
+ {27f17499-a372-4408-8afa-4f9f4584fbd3}
+
+
+ {449ad25e-424a-4714-babc-68706cdcc33b}
+
+
+ {78b079bd-9fc7-4b9e-b4a6-96da0f00248b}
+
+
+ {bc236261-77e8-4567-8d09-45cd02965eb6}
+
+
+ {d6973076-9317-4ef2-a0b8-b7a18ac0713e}
+
+
+ {47afdbef-f15f-4bc0-b436-5be443c3f80f}
+
+
+ {0a18a071-125e-442f-aff7-a3f68abecf99}
+
+
+ {0fae817d-9a32-4830-857e-81da57246e16}
+ false
+
+
+ {e9b51944-7e6d-4bcd-83f2-7bbd5a46182d}
+
+
+ {24c45343-fd20-5c92-81c1-35a2ae841e79}
+
+
+ {3fcc50c2-81e9-5db2-b8d8-2129427568b1}
+
+
+ {6744dad8-9c70-574a-bff2-9f8dddb24a75}
+
+
+ {12728250-16ec-4dc6-94d7-e21dd88947f8}
+
+
+ {48329442-e41b-4a1f-8364-36eee1b71343}
+
+
+ {a0d2b3ad-1f72-4ee3-8b5c-f2c358da35f0}
+
+
+ {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47}
+ false
+
+
+ {4639972e-424e-4e13-8b07-ca403c481346}
+ false
+
+
+ {a51123f5-9505-4eae-85e7-d320290a272c}
+ false
+
+
+ {677b7d11-d5e1-40b3-88b1-9a4df83d2213}
+ false
+
+
+
+
+
+
+
+
diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters b/pcsx2/pcsx2.vcxproj.filters
similarity index 57%
rename from pcsx2/windows/VCprojects/pcsx2.vcxproj.filters
rename to pcsx2/pcsx2.vcxproj.filters
index b2aedad2a4..7f4cf7c434 100644
--- a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters
+++ b/pcsx2/pcsx2.vcxproj.filters
@@ -243,2504 +243,2504 @@
-
+
Misc
-
+
Docs
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
AppHost\Dialogs
-
+
System\Ps2\PAD
-
+
Misc
-
+
Misc
-
+
Misc
-
+
Misc\Utilities
-
+
System
-
+
System
-
+
System
-
+
System
-
+
System
-
+
System
-
+
System
-
+
System
-
+
System\ISO
-
+
System\Ps2
-
+
System\Ps2
-
+
System\Ps2\EmotionEngine
-
+
System\Ps2\EmotionEngine\Hardware
-
+
System\Ps2\EmotionEngine\Hardware
-
+
System\Ps2\EmotionEngine\Hardware
-
+
System\Ps2\EmotionEngine\Hardware
-
+
System\Ps2\EmotionEngine\Memory
-
+
System\Ps2\EmotionEngine\Memory
-
+
System\Ps2\EmotionEngine\Memory
-
+
System\Ps2\EmotionEngine\Memory
-
+
System\Ps2\EmotionEngine\VU
-
+
System\Ps2\EmotionEngine\VU
-
+
System\Ps2\EmotionEngine\VU
-
+
System\Ps2\EmotionEngine\VU\Dynarec\microVU
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\VU\Interpreter
-
+
System\Ps2\EmotionEngine\DMAC\Sif
-
+
System\Ps2\EmotionEngine\DMAC\Sif
-
+
System\Ps2\EmotionEngine\DMAC\Sif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif
-
+
System\Ps2\EmotionEngine\DMAC\Vif\Unpack
-
+
System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif
-
+
System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif\Dynarec
-
+
System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif\Dynarec
-
+
System\Ps2\EmotionEngine\DMAC\SPR
-
+
System\Ps2\EmotionEngine\DMAC\Gif
-
+
System\Ps2\EmotionEngine\EE
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Dynarec\ix86-32
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\EmotionEngine\EE\Interpreter
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop\Dynarec
-
+
System\Ps2\Iop\Dynarec
-
+
System\Ps2\Iop\Hardware
-
+
System\Ps2\Iop\Hardware
-
+
System\Ps2\Iop\Hardware
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\IPU
-
+
System\Ps2\IPU
-
+
System\Ps2\IPU
-
+
System\Ps2\IPU\mpeg2lib
-
+
System\Ps2\IPU\mpeg2lib
-
+
System\Ps2\GS
-
+
System\Ps2\GS
-
+
System\Ps2\GS
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\Debug\rdebug
-
+
System\Ps2\iCore
-
+
System\Ps2\iCore
-
+
System\IsoFS
-
+
System\IsoFS
-
+
System\IsoFS
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Dialogs
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Panels
-
+
AppHost\Win32
-
+
AppHost\Win32
-
+
AppHost\Linux
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
System\Ps2\IPU
-
+
System\Ps2
-
+
AppHost
-
+
AppHost
-
+
AppHost\Dialogs
-
+
AppHost\Panels
-
+
System\Ps2\GS
-
+
System\Ps2\GS
-
+
System\ISO
-
+
System\ISO
-
+
System\ISO
-
+
System\ISO
-
+
System\ISO
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
AppHost\Debugger
-
+
AppHost\Debugger
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
AppHost\Debugger
-
+
AppHost\Debugger
-
+
AppHost\Debugger
-
+
System\Ps2\Debug
-
+
AppHost\Debugger
-
+
System\Ps2\EmotionEngine\DMAC\Sif
-
+
AppHost\Debugger
-
+
System\ISO
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\Ps2\Debug
-
+
System\ISO
-
+
System\ISO
-
+
System\ISO
-
+
AppHost\Win32
-
+
AppHost\Win32
-
+
AppHost\Linux
-
+
System\Ps2\Iop
-
+
System\Ps2
-
+
System\Ps2\Iop
-
+
System\Ps2\Iop
-
+
Recording
-
+
Recording
-
+
Recording
-
+
Recording\gui
-
+
Recording\VirtualPad
-
+
System\Ps2\IPU
-
+
Recording
-
+
Recording\VirtualPad
-
+
Recording\VirtualPad
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\Iop\CDVD
-
+
System\Ps2\Iop\CDVD\Windows
-
+
System\Ps2\Iop\CDVD\Windows
-
+
System\Ps2\Iop\CDVD\Linux
-
+
System\Ps2\Iop\CDVD\Linux
-
+
AppHost
-
+
System
-
+
System\Ps2\Iop\FW
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+
System\Ps2\SPU2
-
+