mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-18 18:26:27 +01:00
SI_DeviceGCAdapter: Stop it being detected as a steering wheel
This commit is contained in:
parent
78e566aaa5
commit
37919144c8
@ -7,6 +7,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
#include "Common/Swap.h"
|
||||||
#include "Core/ConfigManager.h"
|
#include "Core/ConfigManager.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
#include "Core/HW/GCPad.h"
|
#include "Core/HW/GCPad.h"
|
||||||
@ -60,7 +61,7 @@ int CSIDevice_GCAdapter::RunBuffer(u8* buffer, int length)
|
|||||||
// into this port on the hardware gc adapter, exposing it to the game.
|
// into this port on the hardware gc adapter, exposing it to the game.
|
||||||
if (!GCAdapter::DeviceConnected(m_device_number))
|
if (!GCAdapter::DeviceConnected(m_device_number))
|
||||||
{
|
{
|
||||||
TSIDevices device = SI_NONE;
|
u32 device = Common::swap32(SI_NONE);
|
||||||
memcpy(buffer, &device, sizeof(device));
|
memcpy(buffer, &device, sizeof(device));
|
||||||
return 4;
|
return 4;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user