GBA: support input callback
This commit is contained in:
parent
758a84027e
commit
da16e8874b
|
@ -330,6 +330,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
|
||||||
|
|
||||||
LibMeteor.Buttons GetInput()
|
LibMeteor.Buttons GetInput()
|
||||||
{
|
{
|
||||||
|
CoreComm.InputCallback.Call();
|
||||||
// libmeteor bitflips everything itself, so 0 == off, 1 == on
|
// libmeteor bitflips everything itself, so 0 == off, 1 == on
|
||||||
IsLagFrame = false;
|
IsLagFrame = false;
|
||||||
LibMeteor.Buttons ret = 0;
|
LibMeteor.Buttons ret = 0;
|
||||||
|
|
Loading…
Reference in New Issue