Lua - Fix typo, memory.write_u8 instead of a duplicate memory.write_s8
This commit is contained in:
parent
80497a4bb4
commit
8cf1d327e3
|
@ -311,7 +311,7 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
|
||||
[LuaMethodAttributes(
|
||||
"write_s8",
|
||||
"write_u8",
|
||||
"write unsigned byte"
|
||||
)]
|
||||
public void WriteU8(int addr, uint value)
|
||||
|
|
Loading…
Reference in New Issue