From 0e8480f5a951eba582208b3b4c75dab9f5f37f12 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 20 Jan 2022 00:23:33 -0500 Subject: [PATCH] RetroArch 1.10.0 https://github.com/flathub/org.libretro.RetroArch/pull/212 --- org.libretro.RetroArch.appdata.xml | 61 ++++++++++++++++++++++++++++++ org.libretro.RetroArch.json | 18 ++++----- shared-modules | 2 +- 3 files changed, 71 insertions(+), 10 deletions(-) diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml index c4f4fee..743e32f 100644 --- a/org.libretro.RetroArch.appdata.xml +++ b/org.libretro.RetroArch.appdata.xml @@ -41,6 +41,67 @@ GPL-3.0 CC0-1.0 + + https://github.com/libretro/RetroArch/releases/tag/v1.10.0 + +
    +
  • ARCHIVE: Allow loading files from archive subdirectory
  • +
  • AUDIO: Remove frame limit from audio batch callback
  • +
  • AUDIO/RESAMPLER/NEON: Implement sinc kaiser NEON function
  • +
  • CHEEVOS: Reset hardcore default to enabled; show message when trying to load state in hardcore
  • +
  • CHEEVOS: Fix memory map conversion
  • +
  • CHEEVOS: Check netplay status when unlocking achievements
  • +
  • CHEEVOS: Support for hashing buffered NDS ROMs
  • +
  • CHEEVOS: Fix hung task whe badge does not exist
  • +
  • CLI: Load save states from command-line or playlist
  • +
  • CORE INFO CACHE/SETTINGS: Restore missing Cache Core Info Files menu entry
  • +
  • DATABASE: Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX/PSP/Dreamcast/Wii
  • +
  • FILE IO: Fix incorrect file names for remap files when the content path doesn't have a preceding slash
  • +
  • INPUT/OVERLAY: Added support for showing the overlay behind the menu instead of in front
  • +
  • INPUT/UDEV: Convert abs mouse from screen to viewport coordinates; fix relative mouse coords
  • +
  • INPUT/WAYLAND: Ignore mouse clicks on window decoration
  • +
  • INPUT/WAYLAND: Add scroll wheel support
  • +
  • LINUX: Added support for Linux GameMode, which can be toggled on/off in the Power Management or Latency settings menus
  • +
  • LOCALIZATION: Fetch translations from Crowdin
  • +
  • LOCALIZATION: Add Indonesian, Swedish and Ukrainian language options
  • +
  • LOCALIZATION/MENU/RGUI: Enable Indonesian and Swedish localisations for RGUI
  • +
  • LOGGING: Logging cleanups
  • +
  • LOGGING: Stop logging FPS statistics twice on quit
  • +
  • LOGGING: Log font rendering backend only once
  • +
  • HOTKEYS: Added a hotkey toggle for the on-screen technical statistics.
  • +
  • HOTKEYS: Add delay + acceleration to volume hotkeys
  • +
  • MENU: Add option for showing notifications only in menu
  • +
  • MENU/RGUI: Add Finnish to supported languages
  • +
  • MENU/XMB: Optional vertical list item fade
  • +
  • MENU/XMB/OZONE: Category + History/Favorites icons
  • +
  • NETWORK: Fix dummy notification - no longer shows a netplay initialization failed notification when netplay is not enabled
  • +
  • NETWORK: LAN addresses only for UPnP - Some router devices might accept non-LAN addresses without raising an error.
  • +
  • NETWORK: Filter out non-connectable rooms. Add an option for filtering out non-connectable netplay rooms.
  • +
  • NETWORK: Netplay spectator notification fix. Fix double notification when the host switches to spectator.
  • +
  • NETWORK: Prevents long-term pausing from clients dishonoring allow pausing
  • +
  • NETWORK/LOBBY: Lobby Viewer: Filter out rooms that are not running RetroArch
  • +
  • NETWORK/LOBBY: Lobby Viewer: Display a non-connectable tag to non-connectable rooms
  • +
  • NETWORK/LOBBY: Host: Display warning if we are announcing to the internet but our room isn't connectable from there
  • +
  • NETWORK/RELAY: Custom relay server support - Add support for custom user-ran relay servers
  • +
  • NETWORK/RELAY: Replace Canadian relay server with Singapore relay server. Current relays: New York/USA, Madrid/Spain, Sao Paulo/Brazil, Singapore
  • +
  • NETWORK/UPNP: Various refactors/improvements, no more dependent on miniupnpc
  • +
  • NETWORK/UPNP: Various UPnP binding fixes for specific routers
  • +
  • NETWORK/UPNP: Accept IGD v2 service types
  • +
  • NETWORK/UPNP: Delay lobby server announcing - delay the announcing in order to give UPnP's port forwarding more time. Fix the remaining truncation warnings.
  • +
  • NETWORK/UPNP: Smart interface selection - Find the most suitable address for UPnP by scoring interfaces on how close their address is to the device's address
  • +
  • OPENGL1: Fix buffer overflow - RetroArch would sometimes crashes at startup when loading asset textures with GL1 driver
  • +
  • VULKAN: Double combined image sampler descriptor pool size - fix segfaults with AMD GPUs using RADV
  • +
  • VULKAN: Emulate mailbox only with Vsync enabled - otherwise have it disabled - useful for VRR/G-Sync/FreeSync
  • +
  • VULKAN/SWAPCHAIN: Vulkan max swapchain images option adjustments
  • +
  • VULKAN/HDR: HDR support - tested on Windows
  • +
  • WAYLAND: Add libdecor for client side decoration
  • +
  • WAYLAND: Use any display for initial metrics
  • +
  • WAYLAND: Fix the window closing, if RetroArch is build without libdecor
  • +
  • WAYLAND: Use checked sizes in EGL resize
  • +
  • WAYLAND: Fix window title update
  • +
+
+
https://www.libretro.com/index.php/retroarch-1-9-14-release/ diff --git a/org.libretro.RetroArch.json b/org.libretro.RetroArch.json index 00e32cf..815c483 100644 --- a/org.libretro.RetroArch.json +++ b/org.libretro.RetroArch.json @@ -34,7 +34,7 @@ { "type": "git", "url": "https://github.com/libretro/RetroArch.git", - "branch": "06a23670081d46466198704ea5a3a8809a05291f" + "branch": "a14dcfa3bafd51548f0a005a7e83a646ccbd2f4d" }, { "type": "file", @@ -80,7 +80,7 @@ { "type": "git", "url": "https://github.com/libretro/RetroArch.git", - "commit": "06a23670081d46466198704ea5a3a8809a05291f" + "commit": "a14dcfa3bafd51548f0a005a7e83a646ccbd2f4d" } ] }, @@ -94,7 +94,7 @@ { "type": "git", "url": "https://github.com/libretro/RetroArch.git", - "commit": "06a23670081d46466198704ea5a3a8809a05291f" + "commit": "a14dcfa3bafd51548f0a005a7e83a646ccbd2f4d" } ] }, @@ -107,7 +107,7 @@ { "type": "git", "url": "https://github.com/libretro/retroarch-assets.git", - "commit": "9c22505bed22370d4b81d10429afc9e0d6cc11ff" + "commit": "cc5caa7b90efe0f9ba3ac2e996f5bfabef68df1f" } ] }, @@ -120,7 +120,7 @@ { "type": "git", "url": "https://github.com/libretro/libretro-database.git", - "commit": "ec58b9d747337ac0f322a458cc88fa3cb809c020" + "commit": "ad37acc175b2f4463a04cc6cf1f0715e0d31e4bf" } ] }, @@ -133,7 +133,7 @@ { "type": "git", "url": "https://github.com/libretro/libretro-core-info.git", - "commit": "3c3e2d69288a223f4f81bd86314bbe490429857a" + "commit": "165d3a00d11214bad281fde388136bfadd1a965d" } ] }, @@ -146,7 +146,7 @@ { "type": "git", "url": "https://github.com/libretro/retroarch-joypad-autoconfig.git", - "commit": "28a69b26856b31ce3b35aa307c1a3076915ae196" + "commit": "96fc92c0a143e0e13acc9c81d34939d09173f8a4" } ] }, @@ -172,7 +172,7 @@ { "type": "git", "url": "https://github.com/libretro/slang-shaders.git", - "commit": "505f464779c58811a2e2fa3a8d8d1238aa1bc2d6" + "commit": "27c5c481550cda6136c51062e00bfe478e718c99" } ] }, @@ -185,7 +185,7 @@ { "type": "git", "url": "https://github.com/libretro/glsl-shaders.git", - "commit": "f57cc73ba3369fd4978d38e4bd350074181e1ea0" + "commit": "a2afb95af9e943fece09dd5a85c8c37c65ed08c1" } ] }, diff --git a/shared-modules b/shared-modules index e288f62..20b47cf 160000 --- a/shared-modules +++ b/shared-modules @@ -1 +1 @@ -Subproject commit e288f62c66f42af4a3b95920b316ac8a8c03bbf0 +Subproject commit 20b47cf2c56e32fd36bda67125c777462bc308b2