mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Add imgui-based Netplay Chat
This commit is contained in:
@ -57,6 +57,7 @@
|
||||
<ClCompile Include="HiresTextures_DDSLoader.cpp" />
|
||||
<ClCompile Include="ImageWrite.cpp" />
|
||||
<ClCompile Include="IndexGenerator.cpp" />
|
||||
<ClCompile Include="NetPlayChatUI.cpp" />
|
||||
<ClCompile Include="OnScreenDisplay.cpp" />
|
||||
<ClCompile Include="OpcodeDecoding.cpp" />
|
||||
<ClCompile Include="PerfQueryBase.cpp" />
|
||||
@ -120,6 +121,7 @@
|
||||
<ClInclude Include="FramebufferManager.h" />
|
||||
<ClInclude Include="FramebufferShaderGen.h" />
|
||||
<ClInclude Include="GXPipelineTypes.h" />
|
||||
<ClInclude Include="NetPlayChatUI.h" />
|
||||
<ClInclude Include="ShaderCache.h" />
|
||||
<ClInclude Include="UberShaderCommon.h" />
|
||||
<ClInclude Include="UberShaderPixel.h" />
|
||||
|
Reference in New Issue
Block a user