

- RETROARCHNEW CORE UPDATE
- RETROARCHNEW CORE DRIVER
- RETROARCHNEW CORE ANDROID
- RETROARCHNEW CORE CODE
- RETROARCHNEW CORE PLUS
INPUT: Send keyboard events for modifiers before other keys (for correct modifier+key input if hitboxes overlap).INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle).INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event.INPUT: input_keyboard_event: Don’t check hotkey binds when device is RETRO_DEVICE_POINTER.
RETROARCHNEW CORE CODE
Fixed issue with having menu toggle hold combo in different button than ‘enable_hotkey’, which caused ‘enable_hotkey’ to also act as menu toggle if held long enough, and simplified and unified duplicate code in start+select holds to a single function.
RETROARCHNEW CORE DRIVER
EMSCRIPTEN/OPENAL: Make openal default audio driver.EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition.EMSCRIPTEN: Fix Emscripten sleep function/macro.DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads.D3D12/LIBRETRO: Add D3D12 HW_render support.D3D12: Move fence signaling out of d3d12_gfx_sync.D3D12: Enable blending when drawing the menu.D3D11: Fix memory corruption in d3d11_gfx_init.CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path.COMMAND: Make cmd interface more useful for replay information.


CHEEVOS: Don’t initialize rcheevos memory unless used.APPLE: The default pthread stack size on Apple is too small for detect_ps2_game, so increase it.APPLE: Enable AltServer JIT for builds installed by Xcode.APPLE: Don’t include MoltenVK library in Load Core menu list.APPLE: Add default keyboard overlay directory to platform_darwin.Handles all cases correctly (with and without MMAP, for cores that require fullpath or not, small and big ZIP files). This is useful on memory constrained platforms and has no impact on platforms with plenty of memory. Previously it needed as much as twice that amount if the compression ratio was not great.
RETROARCHNEW CORE PLUS
It will only need the size of the ROM plus 128KiB to extract the file from the ZIP.
RETROARCHNEW CORE ANDROID
RETROARCHNEW CORE UPDATE
