Skip to content

Commit

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

0 comments on commit 0e8480f

Please sign in to comment.