This commit is contained in:
YoshiRulz 2022-12-23 10:13:19 +10:00 committed by Morilli
parent 3af6e2adea
commit 3e6d09dc5c
1 changed files with 1 additions and 3 deletions

View File

@ -70,6 +70,7 @@
- (ApiHawk) fixed HTTP and sockets not being initialised in time for tools autoloaded on startup
- (Lua) fixed the `forms.*` functions for `LuaPictureBox`es erroneously affecting every form instead of the one specified (#3395)
- (ApiHawk) added "memory" of which ext. tools the user has vetted so the prompt does not appear when restarting EmuHawk
- (ApiHawk/Lua) added length prefix to `ICommApi.Sockets.SendScreenshot`/`comm.socketServerScreenShot` to match `SendString`/`socketServerSend`
- New and graduating cores:
- Ares64:
- removed the Ares64 (Performance) core and renamed Ares64 (Accuracy) to Ares64, now no longer experimental
@ -492,9 +493,6 @@ obviously only benefits forms inheriting `FormBase`
[c23b063733 CPP] basic virtualpad + default controls for TIC80, mark it as released
[c49a8d338c Yoshi] Prefix `socketServerScreenShot` blob with length too (resolves #3461)
fixes b1602dae0
[b8182f9149 Yoshi] Extract `ConcatArray` helper
[1df6ce4e38 Morilli] Fix key release events with modifiers not getting handled correctly (#3402)