SHA256
1
0
forked from pool/retroarch
Yunhe Guo a7763b9f9c - Update to version 1.10.2
* CHEEVOS: Update to rcheevos 10.3.3
  * CHEEVOS: Support for Arduboy
  * CHEEVOS: Fix tab sequences in rich presence being turned into t
    character
  * CHEEVOS: Fix overflow when parsing float value that has more than
    9 digits after the decimal
  * CHEEVOS: Fix memory mapping when disconnect mask breaks a region
    into multiple blocks
  * CORES: Enable manual selection of which cores are displayed in
    the 'Standalone Cores' menu
  * DATABASE/EXPLORE: Added more categories to the Explore menu
  * INPUT: Fix analog stick not working with 'Unified Menu Controls'
  * INPUT/MAPPING: Add 'Manage Remap Files' submenu + automatically
    save input remaps when closing content
  * INPUT/MAPPING: Add 'Reset Input Mapping' option to 'Manage Remap
    Files' menu
  * INPUT/MAPPING: Fix keyboard device remap nulling
  * LIBRETRO: RETRO_ENVIRONMENT_SHUTDOWN fix - ensure core is properly
    unloaded when RETRO_ENVIRONMENT_SHUTDOWN is called
  * LIBRETRO: RETRO_ENVIRONMENT_SHUTDOWN fix - ensure menu stack is
    properly flushed when RETRO_ENVIRONMENT_SHUTDOWN is called
  * LINUX/MALI FBDEV: Fix segfault switching video threaded from
    quickmenu
  * LOCALIZATION: Add Czech language support
  * MENU/SETTINGS: Remove 'Advanced Settings' flag from 'Settings >
    Core' menu
  * MENU/MATERIALUI: Add 'Gray Dark + Light' themes
  * MENU/RGUI: Add 6x10 extended ASCII and Latin Extended A and B
    fonts. These will enable most Latin alphabets to be displayed in RGUI.

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=63
2022-03-26 07:44:30 +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.10.2</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>