Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vs
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-05-09 21:52:53 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-05-12 11:20:16 +0300
commitf55cb5f75e0c517c6e9e9c6ead61a35208a9b4eb (patch)
tree31fa641a85005f4e90c623c718e7e49fe8854f0c /vs
parent9dfa40f27f8095f061e1913c727c431f0209dfbb (diff)
Add the gameblaster.h to the VS solution
Diffstat (limited to 'vs')
-rw-r--r--vs/dosbox.vcxproj1
-rw-r--r--vs/dosbox.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/vs/dosbox.vcxproj b/vs/dosbox.vcxproj
index 705838a09..9feda1242 100644
--- a/vs/dosbox.vcxproj
+++ b/vs/dosbox.vcxproj
@@ -621,6 +621,7 @@
<ClInclude Include="..\src\gui\render_scalers.h" />
<ClInclude Include="..\src\gui\render_templates.h" />
<ClInclude Include="..\src\hardware\font-switch.h" />
+ <ClInclude Include="..\src\hardware\gameblaster.h" />
<ClInclude Include="..\src\hardware\mame\emu.h" />
<ClInclude Include="..\src\hardware\mame\fmopl.h" />
<ClInclude Include="..\src\hardware\mame\saa1099.h" />
diff --git a/vs/dosbox.vcxproj.filters b/vs/dosbox.vcxproj.filters
index 496de320a..35677780a 100644
--- a/vs/dosbox.vcxproj.filters
+++ b/vs/dosbox.vcxproj.filters
@@ -951,6 +951,9 @@
<ClInclude Include="..\src\hardware\font-switch.h">
<Filter>src\hardware</Filter>
</ClInclude>
+ <ClInclude Include="..\src\hardware\gameblaster.h">
+ <Filter>src\hardware\mame</Filter>
+ </ClInclude>
<ClInclude Include="..\src\hardware\mame\emu.h">
<Filter>src\hardware\mame</Filter>
</ClInclude>