Merge branch 'master' of github.com:project64/project64 into wx_3.0
This commit is contained in:
commit
39da51dd39
|
@ -71,8 +71,8 @@ public:
|
||||||
private:
|
private:
|
||||||
friend CControl_Plugin; //controller plugin class has full access
|
friend CControl_Plugin; //controller plugin class has full access
|
||||||
|
|
||||||
uint32_t & m_Present;
|
int32_t & m_Present;
|
||||||
uint32_t & m_RawData;
|
int32_t & m_RawData;
|
||||||
int32_t & m_PlugType;
|
int32_t & m_PlugType;
|
||||||
BUTTONS m_Buttons;
|
BUTTONS m_Buttons;
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,9 @@
|
||||||
<StackReserveSize>1</StackReserveSize>
|
<StackReserveSize>1</StackReserveSize>
|
||||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||||
</Link>
|
</Link>
|
||||||
|
<Manifest>
|
||||||
|
<EnableDPIAwareness>true</EnableDPIAwareness>
|
||||||
|
</Manifest>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Logging.cpp" />
|
<ClCompile Include="Logging.cpp" />
|
||||||
|
@ -319,4 +322,4 @@
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue