Skip to content

Commit b9313ed

Browse files
committed
Fixing Windows build.
1 parent aa2113e commit b9313ed

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

vsprojects/core/core.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<ClCompile Include="..\..\src\core\psxinterpreter.cc" />
166166
<ClCompile Include="..\..\src\core\psxmem.cc" />
167167
<ClCompile Include="..\..\src\core\r3000a.cc" />
168+
<ClCompile Include="..\..\src\core\ramlogger.cc" />
168169
<ClCompile Include="..\..\src\core\sio.cc" />
169170
<ClCompile Include="..\..\src\core\sio1-server.cc" />
170171
<ClCompile Include="..\..\src\core\sio1.cc" />
@@ -216,6 +217,7 @@
216217
<ClInclude Include="..\..\src\core\psxhw.h" />
217218
<ClInclude Include="..\..\src\core\psxmem.h" />
218219
<ClInclude Include="..\..\src\core\r3000a.h" />
220+
<ClInclude Include="..\..\src\core\ramlogger.h" />
219221
<ClInclude Include="..\..\src\core\sio.h" />
220222
<ClInclude Include="..\..\src\core\sio1.h" />
221223
<ClInclude Include="..\..\src\core\sio1-server.h" />

vsprojects/core/core.vcxproj.filters

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<ClCompile Include="..\..\src\core\patchmanager.cc">
146146
<Filter>Source Files</Filter>
147147
</ClCompile>
148+
<ClCompile Include="..\..\src\core\ramlogger.cc" />
148149
</ItemGroup>
149150
<ItemGroup>
150151
<ClInclude Include="..\..\src\core\web-server.h">
@@ -297,6 +298,7 @@
297298
<ClInclude Include="..\..\src\core\patchmanager.h">
298299
<Filter>Header Files</Filter>
299300
</ClInclude>
301+
<ClInclude Include="..\..\src\core\ramlogger.h" />
300302
</ItemGroup>
301303
<ItemGroup>
302304
<None Include="packages.config" />

vsprojects/gui/gui.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,15 @@
152152
<ClCompile Include="..\..\src\gui\widgets\named_savestates.cc" />
153153
<ClCompile Include="..\..\src\gui\widgets\patches.cc" />
154154
<ClCompile Include="..\..\src\gui\widgets\pio-cart.cc" />
155+
<ClCompile Include="..\..\src\gui\widgets\ram-viewer.cc" />
155156
<ClCompile Include="..\..\src\gui\widgets\typed_debugger.cc" />
156157
<ClCompile Include="..\..\src\gui\widgets\registers.cc" />
157158
<ClCompile Include="..\..\src\gui\widgets\shader-editor.cc" />
158159
<ClCompile Include="..\..\src\gui\widgets\sio1.cc" />
159160
<ClCompile Include="..\..\src\gui\widgets\vram-viewer.cc" />
160161
<ClCompile Include="..\..\src\gui\widgets\zep-lua.cc" />
161162
<ClCompile Include="..\..\src\gui\widgets\zep.cc" />
163+
<ClCompile Include="..\..\src\gui\widgets\zoomable-image.cc" />
162164
<ClCompile Include="..\..\third_party\imgui_memory_editor\imgui_memory_editor.cpp" />
163165
</ItemGroup>
164166
<ItemGroup>
@@ -186,13 +188,15 @@
186188
<ClInclude Include="..\..\src\gui\widgets\named_savestates.h" />
187189
<ClInclude Include="..\..\src\gui\widgets\patches.h" />
188190
<ClInclude Include="..\..\src\gui\widgets\pio-cart.h" />
191+
<ClInclude Include="..\..\src\gui\widgets\ram-viewer.h" />
189192
<ClInclude Include="..\..\src\gui\widgets\typed_debugger.h" />
190193
<ClInclude Include="..\..\src\gui\widgets\registers.h" />
191194
<ClInclude Include="..\..\src\gui\widgets\shader-editor.h" />
192195
<ClInclude Include="..\..\src\gui\widgets\sio1.h" />
193196
<ClInclude Include="..\..\src\gui\widgets\vram-viewer.h" />
194197
<ClInclude Include="..\..\src\gui\widgets\zep-lua.h" />
195198
<ClInclude Include="..\..\src\gui\widgets\zep.h" />
199+
<ClInclude Include="..\..\src\gui\widgets\zoomable-image.h" />
196200
<ClInclude Include="..\..\third_party\imgui_memory_editor\imgui_memory_editor.h" />
197201
</ItemGroup>
198202
<ItemGroup>

vsprojects/gui/gui.vcxproj.filters

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
<ClCompile Include="..\..\src\gui\widgets\patches.cc">
110110
<Filter>Source Files\widgets</Filter>
111111
</ClCompile>
112+
<ClCompile Include="..\..\src\gui\widgets\zoomable-image.cc" />
113+
<ClCompile Include="..\..\src\gui\widgets\ram-viewer.cc" />
112114
</ItemGroup>
113115
<ItemGroup>
114116
<ClInclude Include="..\..\src\gui\gui.h">
@@ -210,6 +212,8 @@
210212
<ClInclude Include="..\..\src\gui\widgets\patches.h">
211213
<Filter>Header Files\widgets</Filter>
212214
</ClInclude>
215+
<ClInclude Include="..\..\src\gui\widgets\zoomable-image.h" />
216+
<ClInclude Include="..\..\src\gui\widgets\ram-viewer.h" />
213217
</ItemGroup>
214218
<ItemGroup>
215219
<None Include="packages.config" />

0 commit comments

Comments
 (0)