SHA256
1
0
forked from pool/retroarch
retroarch/_service

23 lines
816 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.10.0 * ARCHIVE: Allow loading files from archive subdirectory * AUDIO: Remove frame limit from audio batch callback. Before, if a core used the audio batch callback, there would be a hidden cap of 1024 on the number of audio frames that could be sent. If a core exceeded this value, any excess samples were silently discarded. While this is sufficient for 'normal' samplerates/ framerates, it means that e.g. a core using the batch callback to send 44100 Hz audio at 30 fps with would have entirely broken sound. This has been fixed by removing the audio batch frame limit. * AUDIO/RESAMPLER/NEON: Implement sinc kaiser NEON function * CHEEVOS: Reset hardcore default to enabled; show message when trying to load state in hardcore * CHEEVOS: Fix memory map conversion * CHEEVOS: Check netplay status when unlocking achievements * CHEEVOS: Support for hashing buffered NDS ROMs * CHEEVOS: Fix hung task whe badge doesn't exist * CLI: Load save states from command-line or playlist * CORE INFO CACHE/SETTINGS: Restore missing 'Cache Core Info Files' menu entry * DATABASE: Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX /PSP/Dreamcast/Wii * EMSCRIPTEN: Add Jaxe, WASM4 cores * FILE IO: Fix incorrect file names for remap files when the content path doesn't have a preceding slash * INPUT/OVERLAY: Added support for showing the overlay behind the menu instead of in front. This is currently only supported on the GL, Vulkan, D3D 9/10/11/12 and 3DS drivers. * INPUT/UDEV: Convert abs mouse from screen to viewport coordinates; fix relative mouse coords OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=57
2022-02-19 05:16:07 +01:00
<param name="revision">v1.10.0</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>