From c6ab71b5ed572d5ed028194d2220554872833ecb Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 13 Nov 2012 18:57:33 +0000 Subject: [PATCH] mednafen misc --- mednafen/libmednahawk/libmednahawk.vcxproj | 9 +++++---- mednafen/libmednahawk/libmednahawk.vcxproj.filters | 9 ++++++--- mednafen/src/mednafen-types.h | 2 ++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj b/mednafen/libmednahawk/libmednahawk.vcxproj index 7eacb9c448..cfff891cc0 100644 --- a/mednafen/libmednahawk/libmednahawk.vcxproj +++ b/mednafen/libmednahawk/libmednahawk.vcxproj @@ -72,7 +72,7 @@ Disabled - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false EnableFastChecks @@ -95,7 +95,7 @@ /MP %(AdditionalOptions) - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL 1Byte @@ -125,7 +125,7 @@ /MP %(AdditionalOptions) Full false - .;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) + .;..;..\src;..\include;..\zlib123;%(AdditionalIncludeDirectories) WANT_PSF;HEADLESS;WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL 1Byte @@ -286,6 +286,7 @@ + @@ -297,6 +298,7 @@ + @@ -312,7 +314,6 @@ - diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj.filters b/mednafen/libmednahawk/libmednahawk.vcxproj.filters index f4d092a54d..6b3a77a569 100644 --- a/mednafen/libmednahawk/libmednahawk.vcxproj.filters +++ b/mednafen/libmednahawk/libmednahawk.vcxproj.filters @@ -629,9 +629,6 @@ src\drivers - - src - headless @@ -651,6 +648,12 @@ src\drivers + + src + + + src + diff --git a/mednafen/src/mednafen-types.h b/mednafen/src/mednafen-types.h index fd4d43c3c9..0425607e0d 100644 --- a/mednafen/src/mednafen-types.h +++ b/mednafen/src/mednafen-types.h @@ -12,6 +12,8 @@ #include #endif +#include "headless/headless.h" + #include #include