SHA256
1
0
forked from pool/retroarch
retroarch/_service
Yunhe Guo 91174b63db - 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

23 lines
821 B
Plaintext

<services>
<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.16.0.3</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 name="set_version" mode="localonly">
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>