SHA256
1
0
forked from pool/retroarch
retroarch/_service
Yunhe Guo eb2214b684 - Update to version 1.14.0
* AUDIO/COREAUDIO/APPLE: Allow coreaudio3 driver to work with audio devices that have 2 or more output channels
  * CHEEVOS: Fix construction of Cheevos badge path
  * CLI: Fixed not getting any output when running --version or --features without --verbose
  * CLI: Fixed crash when running empty - parameter (it proceeded to content loading)
  * CLI: Reformatted --features to require less rows and to be more consistent
  * CLI: Added -V shorthand for --version
  * CLI: Tab removal + whitespace nits
  * CONFIG/MIDI: Prevent MIDI startup error with old configurations
  * DATABASE/EXPLORE/VIEW: Bugfix - RGUI did not clear thumbnail on non-playlist items such as Save and Delete
    menu_explore_get_entry_playlist_index() returns -1 on invalid entries, but the variable where it was stored was unsigned
  * DATABASE/EXPLORE/VIEW: Bugfix - XMB+Ozone cleared thumbnail in Quick Menu when navigating away from Run
  * FASTFORWARD: Restore framelimit on fastforward toggle. Fast-forward was broken after toggling vrr_runloop off, since it will force frame limit to 1.0 (even on every frame) and never restores it. So let's make sure the wanted ratio is applied when toggling FF (Fastforward).
  * FFMPEG CORE: Fix runtime error in FFmpeg core when build with FFmpeg n5.1.2 and OpenGL ES
  * GFX/VIDEO FILTERS: (picoscale_256x_320x240) Added snn function to upscale Fuse (ZX Spectrum) core borderless output to 320x240. ZX Spectrum resolution of 256x192 was previously unsupported.
  * HOTKEYS: Further reorder internal hotkey items for consistency and removed SEND_DEBUG_INFO, OVERLAY_NEXT and OSK from visible hotkey bind list. "Send Debug Info" stuff is removed as much as possible without breakage due to translation files.
  * INPUT/AUTOCONFIG: Disable 'pause on controller disconnect' by default - was enabled by default on 1.13.0
  * INPUT/MENU: Device Index menu refactor
  * INPUT/OVERLAY: Fix analog drift blocking touch input (could occur on overlay_next if physical inputs shown on overlay)
  * INPUT/OVERLAY: Fix overlay_next buttons lighting up in unison
  * INPUT/OVERLAY: Skip meta keys in input_overlay_add_inputs (not supported by input_state_internal)
  * LEAPFROG: Add Leapfrog (LFx000) Target
  * LOCALIZATION: Updates
  * LOCALIZATION/INPUT/IME/MENU/ONSCREEN KEYBOARD: Extended IME and Korean OSK
  * MENU: Cleanup of help texts
  * MENU: Allow toggling info off with the same button
  * MENU: Allow menu wallpaper/background reset. Let's also remove the current wallpaper from the screen when pressing Start.
  * MENU: Null driver shows with different color (Added for all menus the ability to show "disabled" items with a muted color)
  * MENU/DRIVERS: Menu driver first, Audio Resampler removed because it is enough to exist under audio settings
  * MENU/INPUT: Moved "Confirm Quit" to Input menu

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=73
2022-12-17 14:51:38 +00:00

23 lines
816 B
Plaintext

<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>
<param name="revision">v1.14.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>