BizHawk/BizHawk.Client.EmuHawk/tools/Lua/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
..
DelegatingLuaLibraryEmu.cs Prepare for EmuHawk-tied libraries to delegate to ApiHawk 2019-12-15 03:52:48 +10:00
EmuLuaLibrary.Client.cs Reduce LINQ usage in Lua subsystem 2019-12-16 04:08:22 +10:00
EmuLuaLibrary.Communication.cs cleanup Communication.cs 2019-11-02 10:33:26 -05:00
EmuLuaLibrary.Console.cs Add event.availableScopes(), fix LogWithSeparator, cleanup 2019-12-15 12:25:49 -06:00
EmuLuaLibrary.Forms.cs Refactor a lot of lua code to use a LuaFile object instead of a Lua object, and unify some luafile manipulation logic into methods 2019-11-29 15:02:40 -06:00
EmuLuaLibrary.Gui.cs ApiHawk refactoring and cleanup 2019-12-17 02:39:04 +10:00
EmuLuaLibrary.Input.cs Simplify some lua table creation with an extension method 2019-12-15 09:22:10 -06:00
EmuLuaLibrary.Savestate.cs Migrate SavestateLuaLibrary to ApiHawk delegation 2019-12-15 04:39:16 +10:00
EmuLuaLibrary.Tastudio.cs Reduce LINQ usage in Lua subsystem 2019-12-16 04:08:22 +10:00
EmuLuaLibrary.cs Reduce LINQ usage in Lua subsystem 2019-12-16 04:08:22 +10:00
NotReallyLuaLibrary.cs Lua - simplify some logic 2019-11-29 12:47:50 -06:00
PlatformEmuLuaLibrary.cs Lua - simplify some logic 2019-11-29 12:47:50 -06:00