mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-30 14:34:22 +01:00
justifier fix
This commit is contained in:
parent
06b9691a02
commit
162a929453
@ -512,11 +512,11 @@ void SetControllers ()
|
|||||||
}
|
}
|
||||||
else if (Settings.JustifierMaster == true)
|
else if (Settings.JustifierMaster == true)
|
||||||
{
|
{
|
||||||
S9xSetController(0, CTL_JUSTIFIER, 0, 0, 0, 0);
|
S9xSetController (0, CTL_JOYPAD, 0, 0, 0, 0);
|
||||||
if(GCSettings.Justifier == 2)
|
if(GCSettings.Justifier == 2)
|
||||||
S9xSetController(1, CTL_JUSTIFIER, 1, 0, 0, 0);
|
S9xSetController(1, CTL_JUSTIFIER, 1, 0, 0, 0);
|
||||||
else
|
else
|
||||||
S9xSetController (1, CTL_JOYPAD, 1, 0, 0, 0);
|
S9xSetController(1, CTL_JUSTIFIER, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user