SHA256
1
0
forked from pool/retroarch

Accepting request 1179037 from Emulators

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1179037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/retroarch?expand=0&rev=26
This commit is contained in:
Ana Guerrero 2024-06-07 13:03:30 +00:00 committed by Git OBS Bridge
commit 22dc1e69e6
5 changed files with 49 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">retroarch</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.18.0</param>
<param name="revision">v1.19.0</param>
<param name="exclude">.github</param>
<param name="exclude">.vscode</param>
<param name="exclude">bootstrap</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fb6c937fccd51fd7a15ea9bd4a9dcf33b80bab43872b06c844df15bc5ff9587
size 19881666

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

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

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu May 30 14:31:49 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
- Update to version 1.19.0
* AI: Revert AI translation to previous version (fix for translation not working with HW rendered cores)
* AUDIO: Bring back audio toggling on menu toggle
* CHEEVOS: Build a default RetroAchievements memory map when no RetroAchievements game is loaded
* CHEEVOS: Update to rcheevos 11.3
* CHEEVOS: fix hardcore acting as if it's enabled when it isn't
* CLANG: Fix clang error incompatible-pointer-types-discards-qualifiers
* CLOUDSYNC/LINUX: Enable Cloud Sync by default on Linux builds with network (#16456)
* CORE: Set compute fps stats logging to debug level
* EMSCRIPTEN: Added M2000 to core selection dropdown
* FFMPEG: Add compatibility with FFMPEG 7.0
* GLSLANG: Remove unneeded ENABLE_HLSL code from glslang
* GENERAL: Memory leak: Dynamic allocation from msg_hash_get_help_us_enum was not freed.
* INPUT/KEYBOARD: Add support for multimedia keys - Extended RETROK_ values with 18 new items, commonly found on
"multimedia" keyboards. Mapping added for SDL, X11, Wayland, dinput, winraw keymaps.
* INPUT/MFI: Pressure sensitive left/right triggers
* INPUT/MFI: Fix Start + L1/L2/R2 combinations
* INPUT/MFI: Support strong and weak rumble
* INTL: Fetch translations from Crowdin
* INTL: Add Galician and Norwegian to list of languages
* LAKKA: Display reboot/shutdown message also when not saving config on exit
* LAKKA: Provide update URL and target name at buildtime
* LIBRETRO: Add a debug message for the SET_ROTATION callback
* MENU: New function in Quick Menu: Add to Playlist
* MENU/XMB: New theme: FlatUX, designed to merge FlatUI and Retroactive themes into a single, unified design
* NETWORKING/RETROPAD CORE: Fix socket close method
* PIXMAN: Update pixman-private.h - patch to fix build issue with musl
* PLAYLIST: Cleanup 'Add to Playlist' (#16495)
* SCANNING: Fix for scanning PSP ISOs (and probably few others)
* SAVES: Fix core config saving
* SAVES: Fix save new config name when core loaded
* SAVESTATES: Increase save state chunk size for all platforms - Even a class 6 or class 10 SD card can handle reads and writes on the order of MB/s, which means a 4KB chunk size is just wasting time in syscalls. This could maybe be fixed with a buffering reader but I don't feel comfortable tweaking libretro-common's VFS to handle that. Instead, I thought it would be good to both remove an ifdef and increase the chunk size to 128KB. For cores with small states this will should make state saving virtually instantaneous, and for cores with large states it should be a 32x speedup.
* VIDEO: Fix crash when using threaded video - for Mesa 23.2 and later
* VIDEO/GL: Fix reinitialization of the threaded gl drivers
* VIDEO/VULKAN: Add support for A2R10G10B10 HDR format
* VIDEO/VULKAN: Implement HDR readback - screenshot support
* WAYLAND: Ignore configure events during splash (fix not remembering window size)
* WAYLAND: Use frontend signal handler to quit (fix quit by window close)
* WAYLAND: Commit viewport resizes (window resize is more responsive)
-------------------------------------------------------------------
Sat Mar 23 02:52:05 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
@ -1281,7 +1324,7 @@ Tue May 21 11:07:53 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
* LOCALIZATION: Add new Turkish translation.
* MIDI: Fix startup crash in midi driver.
* MENU: Bugfix - you can no longer get stuck in Online Updater
-> Update Core screen when toggling between ingame and menu.
*> Update Core screen when toggling between ingame and menu.
* MENU: Selectively hide 'Take Screenshot' for video drivers
that don't support taking screenshots.
* MENU: Framerate independent menu rendering. MaterialUI/Ozone/

View File

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