Commit Graph

16379 Commits

Author SHA1 Message Date
YoshiRulz 3d532078a5
Rename PlatformEmuLuaLibrary and implementations
EmuLuaLibrary was too close to EmulationLuaLibrary. These classes are
containers, they're not in the LuaLibraryBase inheritance heirarchy.
2020-04-13 19:49:21 +10:00
YoshiRulz e514dfd117
Move/rename Lua library classes 2020-04-13 19:42:14 +10:00
YoshiRulz e226ff102b
Replace dynamic type with Object in API
Using the dynamic type here is no better than object because the values are
primitive types -- more likely to be cast/typechecked than used as a receiver
param for a method call.
2020-04-13 17:05:38 +10:00
adelikat 46a7e64911 misc cleanups 2020-04-12 17:41:55 -05:00
adelikat fd31922788 cleanup BkmMnemonicConstants 2020-04-12 17:20:54 -05:00
adelikat de54b80447 remove FrameworkFastZipWriter - interesting idea that didn't pan out 2020-04-12 16:56:41 -05:00
adelikat ff029968f3 fix compile error, some nitpick cleanups 2020-04-12 15:30:40 -05:00
adelikat b964ff4c32 remove unused miniz, a faster zip library that didn't pan out 2020-04-12 15:20:00 -05:00
adelikat 1ef5c2083f actually remove IonicZipWriter instead of not compiling it 2020-04-12 15:02:48 -05:00
adelikat e0df266cb7 remove remaining globals in LuaFunctionList 2020-04-12 14:17:16 -05:00
adelikat 42c6168c7e LuaFunctionList - remove global usage, make an IEnumerable instead of List since add/remove needs to be carefully controlled 2020-04-12 13:29:58 -05:00
adelikat 622733d31a SavestateManager - pass in IEmulator, reduces some global dependencies 2020-04-12 13:29:58 -05:00
adelikat 6e40c46aa1 some nitpick cleanups 2020-04-12 13:29:58 -05:00
adelikat acf959fd4b SaveSlotManager - pass in dependencies instead of using Globals 2020-04-12 13:29:58 -05:00
YoshiRulz e8cd4535ae
Remove unused class IonicZipWriter from compilation
Don't need to worry about this NuGet package...
2020-04-13 04:00:25 +10:00
YoshiRulz f95bcf0e14
Apply PathManager refactor to HelloWorld ext. tool
All three ext. tools in the repo now compile and run with the exception of
DBMan, which is compiled against an SQLite assembly that's never loaded.
2020-04-12 17:55:42 +10:00
YoshiRulz 1ee131ed78
Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
adelikat ceef1f4489 oops 2020-04-11 12:58:28 -05:00
adelikat 7c79cfab67 mGBA - implement IDebuggable.SetCpuRegister() 2020-04-11 12:57:47 -05:00
alyosha-tas a1844f5d5c O2Hawk: correctly remove videbuffer from state 2020-04-11 10:37:12 -04:00
adelikat 81bdacea64 O2 - implement IBoardInfo 2020-04-11 09:21:35 -05:00
adelikat 9eb63cd6c9 O2 - misc cleanups 2020-04-11 09:04:13 -05:00
alyosha-tas 2304e9dc5b O2Hawk: add vidbuffer back to state, it's needed 2020-04-10 19:51:32 -04:00
alyosha-tas a924aeee91 Merge branch 'master' of https://github.com/TASVideos/BizHawk 2020-04-10 18:06:51 -04:00
alyosha-tas 7c676ed40b O2Hawk: remove uneeded buffers from state 2020-04-10 18:06:32 -04:00
feos 60829be593 mame: prevent dumping nvram to disk 2020-04-11 00:28:22 +03:00
alyosha-tas 535a586422 O2hawk: add console version of happy bird 2020-04-10 15:19:16 -04:00
feos 5c0ea2b987 mame: use a folder for non-rom files 2020-04-10 21:01:20 +03:00
feos 8dd31a39e5 one more mame mnemonics 2020-04-10 19:28:31 +03:00
adelikat 0a1a2dbe7d when closing the lua console - clear registered functions 2020-04-10 11:12:57 -05:00
adelikat 62f3214ce2 create a memory callback based IInputCallbacks system that can be used by any core, wire it up to the mGBA core 2020-04-10 11:12:57 -05:00
feos 7e5fdf9142 mame: fix input being one frame too late 2020-04-10 18:54:05 +03:00
adelikat 04cd7d867c mGBA - fix NRE that can happen when rebooting core, fixes #1915 2020-04-10 08:47:52 -05:00
adelikat 05b39a0ec8 misc celanups 2020-04-10 08:47:52 -05:00
feos a1c553d1de mame: add button mnemonics 2020-04-10 13:44:17 +03:00
feos 7d06f6cbd1 mame: add lag, even tho the core can't set it
there's no concept of "controller poll" in mame, because this information isn't considered useful by them, and it also has to be done for every machine separately. theoretically it can be determined by watching controller register reads, but that requires running the entire debugger UI and setting watchpoints manually via debugger console, which is also super complicated. mame lua can set WPs, but only if debugger is there. even then, there's no way to assign lua callbacks to WPs. I'm planning to add simple mem hooks to mame lua some day, but it will be super hard due to incredibly complex abstraction, and there's no guarantee they will even merge it.
2020-04-10 12:38:41 +03:00
YoshiRulz cc4b12b0ae
Fix remaining "Nintento 64" typo
see eb1d87933
2020-04-10 09:58:59 +10:00
YoshiRulz 5c56d9580c
Rethink GroupBoxEx.Tracker access to allow Designer deserialisation 2020-04-10 09:48:05 +10:00
zeromus 46c58c2172 update octoshock dll 2020-04-09 16:13:41 -04:00
zeromus f353b04373 work harder to update mednafen GTE from 1.24.0-UNSTABLE more exactly 2020-04-09 16:12:55 -04:00
zeromus bf3f58241a update debug (actually, remove the cpp, since it isnt used) 2020-04-09 16:09:44 -04:00
zeromus 4818064bbb bring more files in sync with mednafen 2020-04-09 16:08:37 -04:00
zeromus d8fad23324 same for mdec, nothing to see here 2020-04-09 16:04:43 -04:00
zeromus e2389e25d7 nothing much 2020-04-09 16:03:43 -04:00
zeromus b8accdfd75 work harder to update mednafen PSX.cpp from 1.24.0-UNSTABLE more exactly 2020-04-09 16:00:39 -04:00
zeromus f6a165752e work harder to update mednafen CDC from 1.24.0-UNSTABLE more exactly 2020-04-09 15:55:10 -04:00
zeromus b3531b6dc9 no longer used files 2020-04-09 15:42:25 -04:00
zeromus 4201a9d382 work harder to update mednafen gpu.cpp from 1.24.0-UNSTABLE more exactly 2020-04-09 15:38:46 -04:00
feos 8e5aefb376 mame: remove hacky test 2020-04-09 18:05:19 +03:00
feos fd4b4195df use regular build of mame 2020-04-09 16:16:17 +03:00