SHA256
1
0
forked from pool/retroarch

Accepting request 929940 from Emulators

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/929940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/retroarch?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-11-07 21:09:05 +00:00 committed by Git OBS Bridge
commit f9f980d666
5 changed files with 59 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">retroarch</param> <param name="filename">retroarch</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.9.9</param> <param name="revision">v1.9.12</param>
<param name="exclude">media/icons</param> <param name="exclude">media/icons</param>
<param name="exclude">ps2</param> <param name="exclude">ps2</param>
<param name="exclude">uwp</param> <param name="exclude">uwp</param>

3
retroarch-1.9.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5744466b123b3266949f644743b527e99eb72ff76e1f816b43de825538e39871
size 40631579

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b236579ad08c1e84174378f1d0f7b493f699c63d39901812683a952d3652d6a
size 40558478

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sun Oct 31 02:45:41 UTC 2021 - Yunhe Guo <i@guoyunhe.me>
- Update to version 1.9.12
* COMMAND: Command interface should work again
* INPUT/HID: Rewrote the HID deregistration algorithm; it should
no longer cause issues when dealing with multiple pads of the
same HID/VID combo
* INPUT/HID: Fix initialization bug that caused wiimotes to fail
to register without an accessory attached
* INPUT/HID: Fix Wiimote regression
* INPUT/UDEV: Add extra abs check for dolphinbar
* INPUT/UDEV: Add relative left mouse button when pointer device
is not abs
* INPUT/WAYLAND: Fix keyboard input on Wayland - fixes 'Certain
cores ignore user input'
* NETPLAY: Improvements from Cthulhu
* LIBRETRO: Enable SRAM for contentless cores
* LIBRETRO: Add environment callback to get the rate retro_run is
called - GET_THROTTLE_STATE and RETRO_THROTTLE_UNBLOCKED
environment callback
* LINUX: Update metadata manifest
* MENU/OZONE: New themes - Solarized Light, Solarized Dark
- Update to version 1.9.11
* INPUT: Refactor menu toggle combo button logic to allow quit
combo button
* INPUT/UDEV: Add mouse relative check and set appropriately to
fix issue
* LIBRETRO: Add environment callback to enable cores to notify
the frontend that a core otion value has changed
* STEAM/LINUX: Move to new 'soldier' runtime
* WAYLAND: Remove xdg-shell-v6 protocol
- Update to version 1.9.10
* AUDIO/MIXER: Pad sample buffers to prevent potential
heap-buffer-overflows when resampling (fixes crash when using
30 kHz menu audio files)
* AUDIO/LINUX/SNAP: Add JACK support
* CHEEVOS: Don't write achievement credentials to overrides
* CHEEVOS: Disable slowmotion when enabling hardcore mode
* GFX/WIDGETS: New regular widget message appearance
* INPUT/MOUSE: Add distinct mouse zero index label for drivers
that do not support multimouse
* INPUT/RUMBLE: Add generic rumble gain to input settings
* INPUT/UDEV/X11: Add workaround to fix keyboard input when
using X11 + Udev
* LOCALIZATION: Fetch translations from Crowdin
* OPENDINGUX/BETA: Disable OpenAL
* PLAYLISTS: Add 'Refresh Playlist' option
* VIDEO/REFRESH RATE: Automatic PAL/NTSC refresh rate switch
where available - as long as the platform display server allows
changing refresh rates and the display has the desired refresh
rate
* VIDEO FILTERS: Add 'Picoscale_256x-320x240' video filter
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 9 14:00:30 UTC 2021 - Yunhe Guo <i@guoyunhe.me> Thu Sep 9 14:00:30 UTC 2021 - Yunhe Guo <i@guoyunhe.me>

View File

@ -17,7 +17,7 @@
Name: retroarch Name: retroarch
Version: 1.9.9 Version: 1.9.12
Release: 0 Release: 0
Summary: Emulator frontend Summary: Emulator frontend
License: GPL-3.0-only License: GPL-3.0-only