forked from pool/retroarch
- 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
This commit is contained in:
parent
3d3c911ae9
commit
6e051838d8
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">retroarch</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.9.6</param>
|
||||
<param name="revision">v1.9.9</param>
|
||||
<param name="exclude">media/icons</param>
|
||||
<param name="exclude">ps2</param>
|
||||
<param name="exclude">uwp</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fac330f25de9f507a2bf369ef67eba2661bc36b27f14f2ed7d1370ae4910d5c3
|
||||
size 39183453
|
3
retroarch-1.9.9.tar.gz
Normal file
3
retroarch-1.9.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b236579ad08c1e84174378f1d0f7b493f699c63d39901812683a952d3652d6a
|
||||
size 40558478
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 14:00:30 UTC 2021 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: retroarch
|
||||
Version: 1.9.6
|
||||
Version: 1.9.9
|
||||
Release: 0
|
||||
Summary: Emulator frontend
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user