From 6e051838d813b654735f2b7e13ea2c321bb09e0ba68e579c9c2e5c2ce8de6539 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Thu, 9 Sep 2021 15:18:56 +0000 Subject: [PATCH] - Update to version 1.9.9 * AUDIO/MIXER: Ensure than menu sounds are re-enabled when calling CMD_EVENT_AUDIO_REINIT * AUDIO/RESAMPLER/MIXER: Fix menu sounds (audio mixing) when using the 'sinc' resampler with quality lower than 'normal' * AUDIO/CONVERSION/ARM NEON: Add intrinsic NEON versions for float_to_s16/s16_to_float - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths. * AUDIO/RESAMPLER/ARM NEON: Add intrinsic NEON version for lanczos sinc function - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths. * CHEEVOS: Upgrade to rcheevos 10.2 * CHEATS: Add enhanced search functionality to the 'Cheats' menu * CHEATS/RUNAHEAD: Fix cheats when using second instance runahead * CONFIG: Add option to (force-)write current core options to disk (Quick Menu) * CORE INFO CACHE: Remove core path from core info cache. Should make core info caches portable now (for example: you can move RetroArch to a separate dir and they would still work). * INPUT/OVERLAY: Fix overlay input when analog to digital mapping is enabled * INPUT/UDEV: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD" * INPUT/WINRAW: Fix crash when overlay is enabled * MENU: Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)' to be entered manually via keyboard * MENU: Allow 'Vertical Refresh Rate' to be entered manually via keyboard * MENU/SHADERS: Highlight currently selected value in Shader Parameter drop-down lists * STABILITY: Safer way of avoiding the race condition in audio_driver_sample/audio_driver_sample_batch - we can check audio-suspended to see if we're doing a fs/windowed toggle - enhances OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=55 --- _service | 2 +- retroarch-1.9.6.tar.gz | 3 --- retroarch-1.9.9.tar.gz | 3 +++ retroarch.changes | 44 ++++++++++++++++++++++++++++++++++++++++++ retroarch.spec | 2 +- 5 files changed, 49 insertions(+), 5 deletions(-) delete mode 100644 retroarch-1.9.6.tar.gz create mode 100644 retroarch-1.9.9.tar.gz diff --git a/_service b/_service index 3f90512..eb814af 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ retroarch @PARENT_TAG@ v(.*) - v1.9.6 + v1.9.9 media/icons ps2 uwp diff --git a/retroarch-1.9.6.tar.gz b/retroarch-1.9.6.tar.gz deleted file mode 100644 index 3b5157a..0000000 --- a/retroarch-1.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fac330f25de9f507a2bf369ef67eba2661bc36b27f14f2ed7d1370ae4910d5c3 -size 39183453 diff --git a/retroarch-1.9.9.tar.gz b/retroarch-1.9.9.tar.gz new file mode 100644 index 0000000..ab801d4 --- /dev/null +++ b/retroarch-1.9.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b236579ad08c1e84174378f1d0f7b493f699c63d39901812683a952d3652d6a +size 40558478 diff --git a/retroarch.changes b/retroarch.changes index 5d2eced..9483908 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Sep 9 14:00:30 UTC 2021 - Yunhe Guo + +- Update to version 1.9.9 + * AUDIO/MIXER: Ensure than menu sounds are re-enabled when calling + CMD_EVENT_AUDIO_REINIT + * AUDIO/RESAMPLER/MIXER: Fix menu sounds (audio mixing) when using + the 'sinc' resampler with quality lower than 'normal' + * AUDIO/CONVERSION/ARM NEON: Add intrinsic NEON versions for + float_to_s16/s16_to_float - should lead to optimized codepaths + for AArch64/ARMv7 architectures without being dependent on ASM + codepaths. + * AUDIO/RESAMPLER/ARM NEON: Add intrinsic NEON version for lanczos + sinc function - should lead to optimized codepaths for AArch64/ARMv7 + architectures without being dependent on ASM codepaths. + * CHEEVOS: Upgrade to rcheevos 10.2 + * CHEATS: Add enhanced search functionality to the 'Cheats' menu + * CHEATS/RUNAHEAD: Fix cheats when using second instance runahead + * CONFIG: Add option to (force-)write current core options to disk (Quick Menu) + * CORE INFO CACHE: Remove core path from core info cache. Should + make core info caches portable now (for example: you can move + RetroArch to a separate dir and they would still work). + * INPUT/OVERLAY: Fix overlay input when analog to digital mapping + is enabled + * INPUT/UDEV: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD" + * INPUT/WINRAW: Fix crash when overlay is enabled + * MENU: Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)' + to be entered manually via keyboard + * MENU: Allow 'Vertical Refresh Rate' to be entered manually via keyboard + * MENU/SHADERS: Highlight currently selected value in Shader Parameter drop-down lists + * STABILITY: Safer way of avoiding the race condition in + audio_driver_sample/audio_driver_sample_batch - we can check + audio-suspended to see if we're doing a fs/windowed toggle - enhances + stability when fullscreen toggling/tearing down context + * STABILITY: When audio driver write callback function fails, don't + turn audio off completely - look if audio_driver_output_samples_conv_buf + is non-NULL first before we attempt to write audio - enhances stability + when fullscreen toggling/tearing down context + * STABILITY: Input robustness for cores that use internal threading + (full teardown/setup), no audio should be processed at this point in + time + * VIDEO: Screen resolution list sanitizing + * VULKAN: Fix some Vulkan validation layer errors + ------------------------------------------------------------------- Sun Jul 04 15:05:26 UTC 2021 - i@guoyunhe.me diff --git a/retroarch.spec b/retroarch.spec index a4003f1..3c8778c 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.9.6 +Version: 1.9.9 Release: 0 Summary: Emulator frontend License: GPL-3.0-only