From c31c77b83cd1d45854052a52577351e381ac612e Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 22 Dec 2022 17:06:46 +1000 Subject: [PATCH] bp --- Assets/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/changelog.md b/Assets/changelog.md index b24cdff5d7..9c13f2e79b 100644 --- a/Assets/changelog.md +++ b/Assets/changelog.md @@ -64,6 +64,7 @@ - (ApiHawk/Lua) fixed edge cases for `MemoryApi.{Read,Write}ByteRange`/`{memory,mainmemory}.read_bytes_as_{array,dict}`/`{memory,mainmemory}.write_bytes_as_array` - (ApiHawk/Lua) added `IUserDataApi.Keys`/`userdata.get_keys` - (ApiHawk) fixed trying to load tool Forms when services aren't satisfied, causing NREs (#3329) + - (ApiHawk) fixed HTTP and sockets not being initialised in time for tools autoloaded on startup - New and graduating cores: - Ares64: - removed the Ares64 (Performance) core and renamed Ares64 (Accuracy) to Ares64, now no longer experimental @@ -691,8 +692,6 @@ this has been broken since introduction in 2ddadeae2 [7930a79cef Yoshi] Prompt to disable cheats when starting movie playback (resolves #3389) -[28c53cfa21 Yoshi] Fix `APIContainer.Comm` not having `HTTP`/`Sockets` on first boot - [2fa46efda6 CPP] add jaguar db, change db parser to prefer the strongest hash available, fix potential edge case if a crc32: prefix is present (and simplify the code) [5382d4d345 CPP] Revert ""cheat" around the lack of pipeline emulation, delaying bankswitches/imask clears (note: branching resets the pipeline)"