mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Move UICommon/Disassembler to Common/HostDisassembler
A preliminary commit for a cleaner diff and an easier review
This commit is contained in:
parent
a0987829e5
commit
ca9222a16b
6 changed files with 33 additions and 28 deletions
|
@ -117,6 +117,7 @@
|
|||
<ClInclude Include="Common\GL\GLX11Window.h" />
|
||||
<ClInclude Include="Common\Hash.h" />
|
||||
<ClInclude Include="Common\HookableEvent.h" />
|
||||
<ClInclude Include="Common\HostDisassembler.h" />
|
||||
<ClInclude Include="Common\HRWrap.h" />
|
||||
<ClInclude Include="Common\HttpRequest.h" />
|
||||
<ClInclude Include="Common\Image.h" />
|
||||
|
@ -549,7 +550,6 @@
|
|||
<ClInclude Include="InputCommon\KeyboardStatus.h" />
|
||||
<ClInclude Include="UICommon\AutoUpdate.h" />
|
||||
<ClInclude Include="UICommon\CommandLineParse.h" />
|
||||
<ClInclude Include="UICommon\Disassembler.h" />
|
||||
<ClInclude Include="UICommon\DiscordPresence.h" />
|
||||
<ClInclude Include="UICommon\GameFile.h" />
|
||||
<ClInclude Include="UICommon\GameFileCache.h" />
|
||||
|
@ -809,6 +809,7 @@
|
|||
<ClCompile Include="Common\GL\GLInterface\WGL.cpp" />
|
||||
<ClCompile Include="Common\GL\GLUtil.cpp" />
|
||||
<ClCompile Include="Common\Hash.cpp" />
|
||||
<ClCompile Include="Common\HostDisassembler.cpp" />
|
||||
<ClCompile Include="Common\HRWrap.cpp" />
|
||||
<ClCompile Include="Common\HttpRequest.cpp" />
|
||||
<ClCompile Include="Common\Image.cpp" />
|
||||
|
@ -1207,7 +1208,6 @@
|
|||
<ClCompile Include="InputCommon\InputProfile.cpp" />
|
||||
<ClCompile Include="UICommon\AutoUpdate.cpp" />
|
||||
<ClCompile Include="UICommon\CommandLineParse.cpp" />
|
||||
<ClCompile Include="UICommon\Disassembler.cpp" />
|
||||
<ClCompile Include="UICommon\DiscordPresence.cpp" />
|
||||
<ClCompile Include="UICommon\GameFile.cpp" />
|
||||
<ClCompile Include="UICommon\GameFileCache.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue