mirror of https://github.com/stella-emu/stella.git
Updated VS 2005 project files for recent NTSC filter class additions.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2397 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
216f0ab19e
commit
650efb8ef7
|
@ -17,12 +17,16 @@
|
|||
// $Id$
|
||||
//============================================================================
|
||||
|
||||
#include "NTSCFilter.hxx"
|
||||
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "NTSCFilter.hxx"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.141592653589793
|
||||
#endif
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
NTSCFilter::NTSCFilter()
|
||||
: mySetup(atari_ntsc_composite),
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
|
||||
AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
|
||||
PreprocessorDefinitions="BSPF_WIN32;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;THUMB_SUPPORT;DISPLAY_OPENGL;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT"
|
||||
MinimalRebuild="false"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -122,7 +122,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
OmitFramePointers="true"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
|
||||
AdditionalIncludeDirectories="..\yacc;..\emucore;..\common;..\common\tv_filters;..\gui;..\debugger\gui;..\debugger;..\win32;..\cheat;..\zlib;..\libpng"
|
||||
PreprocessorDefinitions="BSPF_WIN32;WIN32;NDEBUG;JOYSTICK_SUPPORT;DEBUGGER_SUPPORT;THUMB_SUPPORT;DISPLAY_OPENGL;WINDOWED_SUPPORT;SOUND_SUPPORT;CHEATCODE_SUPPORT"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
|
@ -185,6 +185,10 @@
|
|||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\common\tv_filters\atari_ntsc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\FBSurfaceGL.cxx"
|
||||
>
|
||||
|
@ -213,6 +217,10 @@
|
|||
RelativePath="..\common\MouseControl.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\tv_filters\NTSCFilter.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\win32\OSystemWin32.cxx"
|
||||
>
|
||||
|
@ -983,6 +991,14 @@
|
|||
RelativePath="..\common\Array.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\tv_filters\atari_ntsc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\tv_filters\atari_ntsc_impl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\bspf.hxx"
|
||||
>
|
||||
|
@ -1015,6 +1031,10 @@
|
|||
RelativePath="..\common\MouseControl.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\tv_filters\NTSCFilter.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\win32\OSystemWin32.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue