Merge branch 'master' of github.com:project64/project64 into wx_3.0

This commit is contained in:
Julio C. Rocha 2015-11-10 19:23:06 -08:00
commit 39da51dd39
2 changed files with 6 additions and 3 deletions

View File

@ -71,8 +71,8 @@ public:
private:
friend CControl_Plugin; //controller plugin class has full access
uint32_t & m_Present;
uint32_t & m_RawData;
int32_t & m_Present;
int32_t & m_RawData;
int32_t & m_PlugType;
BUTTONS m_Buttons;

View File

@ -39,6 +39,9 @@
<StackReserveSize>1</StackReserveSize>
<DataExecutionPrevention>false</DataExecutionPrevention>
</Link>
<Manifest>
<EnableDPIAwareness>true</EnableDPIAwareness>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Logging.cpp" />
@ -319,4 +322,4 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
</Project>
</Project>