FF1: Added URange fix for Bizhawk 2.9 support
URange wasn't moved to common.lua (and no longer exists in connector_ff1.lua) when the lua files were changed for Bizhawk 2.9 socket change.
This commit is contained in:
parent
22ed7ff9c3
commit
bb56f7b400
|
@ -31,6 +31,7 @@ local untestedBizhawkMessage = "Warning: this version of bizhawk is newer than w
|
||||||
u8 = memory.read_u8
|
u8 = memory.read_u8
|
||||||
wU8 = memory.write_u8
|
wU8 = memory.write_u8
|
||||||
u16 = memory.read_u16_le
|
u16 = memory.read_u16_le
|
||||||
|
uRange = memory.readbyterange
|
||||||
|
|
||||||
function getMaxMessageLength()
|
function getMaxMessageLength()
|
||||||
local denominator = 12
|
local denominator = 12
|
||||||
|
|
Loading…
Reference in New Issue