Lua - Fix typo, memory.write_u8 instead of a duplicate memory.write_s8

This commit is contained in:
adelikat 2014-05-06 17:29:52 +00:00
parent 80497a4bb4
commit 8cf1d327e3
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ namespace BizHawk.Client.Common
} }
[LuaMethodAttributes( [LuaMethodAttributes(
"write_s8", "write_u8",
"write unsigned byte" "write unsigned byte"
)] )]
public void WriteU8(int addr, uint value) public void WriteU8(int addr, uint value)