From f7a9a12c23759a5cd53ee667d3ab76cdff100d44 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 24 May 2018 21:32:32 -0230 Subject: [PATCH] Updated VS project for recent dispatch class changes. Bumped version # for precise-sound branch, since I'm getting tired of switching between branches and forgetting which binary I'm currently running. --- src/common/Version.hxx | 2 +- src/windows/Stella.vcxproj | 2 ++ src/windows/Stella.vcxproj.filters | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index ac15e5f7b..ef52325c7 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "5.2_pre" +#define STELLA_VERSION "5.2_soundtest-1" #define STELLA_BUILD "4138" #endif diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index d94440b24..b5de19a15 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -327,6 +327,7 @@ + @@ -631,6 +632,7 @@ + diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index 1f095df8a..f6dae28e3 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -924,6 +924,9 @@ Source Files\audio + + Source Files\emucore + @@ -1889,6 +1892,9 @@ Header Files\audio + + Header Files\emucore +