BizHawk/BizHawk.Client.EmuHawk/Api/Libraries
YoshiRulz 0fcb6cbaa7
ApiHawk refactoring and cleanup
MemApi.ReadByteRange now returns the requested number of bytes and not 1 extra,
MemApi.ReadByteRange now warns only once per call for addrs outside range,
MemApi.ReadByteRange now warns for negative addrs (once per call; previous
implementation passed negative addresses to PeekByte), MemApi.WriteByteRange now
warns only once per call for addrs outside range, MemApi.WriteByteRange now
warns for negative addrs (once per call; previous implementation passed negative
addresses to PokeByte)
2019-12-17 02:39:04 +10:00
..
CommApi.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00
GuiApi.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00
InputApi.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00
SaveStateAPI.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00
ToolApi.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00