SHA256
1
0
forked from pool/retroarch
retroarch/_service

51 lines
2.0 KiB
Plaintext
Raw Normal View History

<services>
- Update to version 1.16.0 * AUDIO: Fast-Forward Audio Resampling * AUDIO: Reinit audio on audio sync toggle * AUDIO: Count audio samples in stats when rate control is disabled * AUDIO/PULSEAUDIO: Support device list for PulseAudio * ARCHIVE/ZIP: Improve ZIP decompression * CHEEVOS: Upgrade to rcheevos 10.7 * CHEEVOS: Don't initialize rcheevos memory unless used * CHEEVOS: Add progress tracker widget * CHEEVOS: Eliminate leaderboard tracker stutter * CHEEVOS: Expand leaderboard visibility settings * CHEEVOS: Collapse trackers with same value definition * CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore * CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore * CRT/SWITCHRES: Don't always force core aspect ratio * CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen * CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch * CRT/SWITCHRES/KMS: Add KMS modeswitch * COMMAND: Make cmd interface more useful for replay information * CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic * DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads * EMSCRIPTEN: Fix Emscripten sleep function/macro * EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition * EMSCRIPTEN/OPENAL: Make openal default audio driver * FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording * FRAMESKIP: Use refresh rate instead of core fps for frameskip timing * INPUT: Combo hold + 'enable_hotkey' correction. 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. * INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER * INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event * INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle) OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=77
2023-10-10 14:40:23 +00:00
<service name="tar_scm" mode="localonly">
<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>
<param name="revision">v1.19.1</param>
- Update to version 1.17.0 * ACCESSIBILITY/TTS: fix target language and missing espeak handling on Linux * AI: AI service reworked: performance increase, automatic translation, configurable subtitle placement, and more * AUDIO/SYNC: Handle Hz skew adjustment for high refresh rates better (BFI, swap interval) * AUDIO/MIXER: Separate ffmpeg/mpv and audiomixer conditionals * CONFIG/OVERRIDES: Fix setting savefile_directory in override file * CONFIG: Force fixed locale for numbers * CHEEVOS: Upgrade to rcheevos 11.0 * CHEEVOS: Use rc_client for state management * CHEEVOS: Don't track disc changes when achievements are disabled * CHEEVOS: Reinitialize rewind buffer after loading game with achievements * CHEEVOS: Inform user when server is unreachable * CHEEVOS: Fix crash on first load of game with achievements with threaded video * INPUT: Fix ghost input when setting RETROK_UNKNOWN * INPUT: Default 'Bind Hold' to 0 to prevent problems with controllers not resting at null state * INPUT: Add a setting to allow turbo d-pad directions * INPUT: Don't save mouse buttons to autoconfig * INPUT/MENU: Add option for merging 'Hotkey Enable' device types * INPUT/mFI: disable secondary_joypad to prevent issues with controllers detected both as HID and mFI * INPUT/UDEV: Change event detection to polling in udev_joypad * INPUT/WAYLAND: Use unaccelerated pointer motion to prevent mouse dead zone * LAKKA: Add new menu options for Switch (overclock, CEC, BT ERTM) * LIBRETRO: Add environment command to get playlist path * LIBRETRO/NETPACKET: Switch environment call number from 76 to 78 (retire 76 as it was never used by any core) Simplify broadcasts by removing the option to send to all but one client, use an explicit RETRO_NETPACKET_BROADCAST constant instead Separate explicit flushing and querying of incoming packet into two operations Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players Log and notify a separate message when there is a content crc mismatch while using this interface to convey it being less severe * MENU: Fix menu analog stick navigation (1.16.0.1) OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=79
2024-02-04 11:54:19 +00:00
<param name="exclude">.github</param>
<param name="exclude">.vscode</param>
<param name="exclude">bootstrap</param>
<param name="exclude">ctr</param>
<param name="exclude">dingux</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">emscripten</param>
<param name="exclude">fastlane</param>
<param name="exclude">memory</param>
<param name="exclude">pkg/360</param>
<param name="exclude">pkg/android</param>
<param name="exclude">pkg/apple</param>
<param name="exclude">pkg/ctr</param>
<param name="exclude">pkg/ecmscripten</param>
<param name="exclude">pkg/libnx</param>
<param name="exclude">pkg/miyoo</param>
<param name="exclude">pkg/msvc</param>
<param name="exclude">pkg/msvc-uwp</param>
<param name="exclude">pkg/ngc</param>
<param name="exclude">pkg/pandora</param>
<param name="exclude">pkg/ps3</param>
<param name="exclude">pkg/ps3_dex</param>
<param name="exclude">pkg/ps3_iso</param>
<param name="exclude">pkg/psl1ght</param>
<param name="exclude">pkg/psp1</param>
<param name="exclude">pkg/qnx</param>
<param name="exclude">pkg/sailfishos</param>
<param name="exclude">pkg/vita</param>
<param name="exclude">pkg/wii</param>
<param name="exclude">pkg/wiiu</param>
<param name="exclude">pkg/windows</param>
<param name="exclude">pkg/webos</param>
<param name="exclude">webos</param>
</service>
- Update to version 1.16.0 * AUDIO: Fast-Forward Audio Resampling * AUDIO: Reinit audio on audio sync toggle * AUDIO: Count audio samples in stats when rate control is disabled * AUDIO/PULSEAUDIO: Support device list for PulseAudio * ARCHIVE/ZIP: Improve ZIP decompression * CHEEVOS: Upgrade to rcheevos 10.7 * CHEEVOS: Don't initialize rcheevos memory unless used * CHEEVOS: Add progress tracker widget * CHEEVOS: Eliminate leaderboard tracker stutter * CHEEVOS: Expand leaderboard visibility settings * CHEEVOS: Collapse trackers with same value definition * CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore * CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore * CRT/SWITCHRES: Don't always force core aspect ratio * CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen * CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch * CRT/SWITCHRES/KMS: Add KMS modeswitch * COMMAND: Make cmd interface more useful for replay information * CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic * DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads * EMSCRIPTEN: Fix Emscripten sleep function/macro * EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition * EMSCRIPTEN/OPENAL: Make openal default audio driver * FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording * FRAMESKIP: Use refresh rate instead of core fps for frameskip timing * INPUT: Combo hold + 'enable_hotkey' correction. 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. * INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER * INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event * INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle) OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=77
2023-10-10 14:40:23 +00:00
<service name="set_version" mode="localonly">
</service>
- Update to version 1.16.0 * AUDIO: Fast-Forward Audio Resampling * AUDIO: Reinit audio on audio sync toggle * AUDIO: Count audio samples in stats when rate control is disabled * AUDIO/PULSEAUDIO: Support device list for PulseAudio * ARCHIVE/ZIP: Improve ZIP decompression * CHEEVOS: Upgrade to rcheevos 10.7 * CHEEVOS: Don't initialize rcheevos memory unless used * CHEEVOS: Add progress tracker widget * CHEEVOS: Eliminate leaderboard tracker stutter * CHEEVOS: Expand leaderboard visibility settings * CHEEVOS: Collapse trackers with same value definition * CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore * CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore * CRT/SWITCHRES: Don't always force core aspect ratio * CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen * CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch * CRT/SWITCHRES/KMS: Add KMS modeswitch * COMMAND: Make cmd interface more useful for replay information * CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic * DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads * EMSCRIPTEN: Fix Emscripten sleep function/macro * EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition * EMSCRIPTEN/OPENAL: Make openal default audio driver * FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording * FRAMESKIP: Use refresh rate instead of core fps for frameskip timing * INPUT: Combo hold + 'enable_hotkey' correction. 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. * INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER * INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event * INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle) OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=77
2023-10-10 14:40:23 +00:00
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>