mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Always select the active joystick on network clients
This commit is contained in:
parent
5b21dc3a8f
commit
44625b2daa
@ -267,7 +267,10 @@ void C64::VBlank(bool draw_frame)
|
|||||||
|
|
||||||
if (this->network_connection_type == CLIENT)
|
if (this->network_connection_type == CLIENT)
|
||||||
{
|
{
|
||||||
Uint8 which = j1;
|
Uint8 which = j2;
|
||||||
|
|
||||||
|
if (ThePrefs.JoystickSwap)
|
||||||
|
which = j1;
|
||||||
|
|
||||||
TheCIA1->Joystick1 = which;
|
TheCIA1->Joystick1 = which;
|
||||||
TheCIA1->Joystick2 = which;
|
TheCIA1->Joystick2 = which;
|
||||||
|
Loading…
Reference in New Issue
Block a user