SHA256
1
0
forked from pool/retroarch
retroarch/_service

23 lines
815 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="scm">git</param>
<param name="filename">retroarch</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
- 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
2021-09-09 17:18:56 +02:00
<param name="revision">v1.9.9</param>
<param name="exclude">media/icons</param>
<param name="exclude">ps2</param>
<param name="exclude">uwp</param>
<param name="exclude">vita</param>
<param name="exclude">wii</param>
<param name="exclude">wiiu</param>
</service>
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>