From 6922878956002cc6404ba4c381cd23979a5995a9d889f93d53fe370df4a85002 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Thu, 30 May 2024 14:40:09 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=85 --- _service | 2 +- retroarch-1.18.0.tar.gz | 3 --- retroarch-1.19.0.tar.gz | 3 +++ retroarch.changes | 45 ++++++++++++++++++++++++++++++++++++++++- retroarch.spec | 2 +- 5 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 retroarch-1.18.0.tar.gz create mode 100644 retroarch-1.19.0.tar.gz diff --git a/_service b/_service index 4c781ec..1cb911d 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ retroarch @PARENT_TAG@ v(.*) - v1.18.0 + v1.19.0 .github .vscode bootstrap diff --git a/retroarch-1.18.0.tar.gz b/retroarch-1.18.0.tar.gz deleted file mode 100644 index 2f4de21..0000000 --- a/retroarch-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb6c937fccd51fd7a15ea9bd4a9dcf33b80bab43872b06c844df15bc5ff9587 -size 19881666 diff --git a/retroarch-1.19.0.tar.gz b/retroarch-1.19.0.tar.gz new file mode 100644 index 0000000..490a0c8 --- /dev/null +++ b/retroarch-1.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a149470444f3e6d1c318a939376365bc7983041cfbbc9b6e06295f445c53864e +size 18210913 diff --git a/retroarch.changes b/retroarch.changes index de6b53e..9040735 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Thu May 30 14:31:49 UTC 2024 - Yunhe Guo + +- 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 @@ -1281,7 +1324,7 @@ Tue May 21 11:07:53 UTC 2019 - John Paul Adrian Glaubitz 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/ diff --git a/retroarch.spec b/retroarch.spec index aedb9bb..e600145 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.18.0 +Version: 1.19.0 Release: 0 Summary: Emulator frontend License: GPL-3.0-only