Fix for VS2008

This commit is contained in:
tomcw 2021-12-19 19:26:07 +00:00
parent 577ffccf8f
commit d342f3a17d
2 changed files with 9 additions and 1 deletions

View File

@ -1001,6 +1001,14 @@
RelativePath=".\source\Video.h"
>
</File>
<File
RelativePath=".\source\VidHD.cpp"
>
</File>
<File
RelativePath=".\source\VidHD.h"
>
</File>
</Filter>
<Filter
Name="Windows"

View File

@ -39,7 +39,7 @@ public:
virtual bool LoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version);
private:
const UINT SHR_MEMORY_END = 0x9FFF;
static const UINT SHR_MEMORY_END = 0x9FFF;
UINT m_memMode; // Only used by II/II+
BYTE m_SCREENCOLOR;
BYTE m_NEWVIDEO;