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:
|
||||
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;
|
||||
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
<StackReserveSize>1</StackReserveSize>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
</Link>
|
||||
<Manifest>
|
||||
<EnableDPIAwareness>true</EnableDPIAwareness>
|
||||
</Manifest>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Logging.cpp" />
|
||||
|
|
Loading…
Reference in New Issue