Skip to content

Commit

Permalink
Update to RetroArch v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Oct 21, 2022
1 parent cb3cf23 commit 176c871
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
29 changes: 29 additions & 0 deletions org.libretro.RetroArch.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,35 @@
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<releases>
<release version="1.12.0" date="2022-10-18">
<url>https://www.libretro.com/index.php/retroarch-1-12-0-release/</url>
<description>
<ul dir="auto">
<li>CONFIG/CLI: Allow use of --appendconfig with override cfgs instead of getting ignored</li>
<li>CONFIG/LOGGING: No more console startup logging if logging to file</li>
<li>CONFIG: Saves config on exit only once instead of (worst case scenario) 3 times</li>
<li>DATABASE/EXPLORE/VIEW: Add View feature - Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists. This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches.</li>
<li>FILEBROWSER: Fix regression - certain extensions keep disappearing</li>
<li>INPUT/HAPTIC/OVERLAYS/ANDROID: Improve haptic feedback for input overlays</li>
<li>LINUX/MALI FBDEV: Add conditional support for OpenGL ES 3.x</li>
<li>LOCALIZATION: Updates</li>
<li>LOCALIZATION/ENGLISH: Add British English language option</li>
<li>LOGGING/QT: Increase log buffer to 2048 characters - Vulkan validation layer
messages output correctly now.</li>
<li>MENU/XMB: Remember selection per main tabs. Addresses the following : collection playlists can contain hundreds or thousands of items. When scrolling through one, pressing left or right by accident can be common. This resets the playlist to the top</li>
<li>MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck</li>
<li>NETWORKING/WINDOWS: Disable poll support for MSVC 2010 and earlier. WSAPoll is not supported on Windows XP and earlier.</li>
<li>NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU</li>
<li>NETWORKING/WIIU: Fixes RetroAchievements login</li>
<li>NETWORKING/WIIU: Fixes other online updater functionality</li>
<li>SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched</li>
<li>SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot.</li>
<li>SCREENSHOTS/VULKAN: Unload screenshot widget texture early. Fixes Vulkan crash when closing content while a screenshot widget is still on-screen</li>
<li>SCREENSHOTS/VULKAN: Fix screenshot widget crash when ticker animating</li>
<li>WAYLAND: Set correct app ID</li>
</ul>
</description>
</release>
<release version="1.11.1" date="2022-10-04">
<url>https://github.com/libretro/RetroArch/releases/tag/v1.11.1</url>
<description>
Expand Down
14 changes: 7 additions & 7 deletions org.libretro.RetroArch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"type": "git",
"url": "https://github.com/libretro/RetroArch.git",
"commit": "389ef31a8f4a505f255e9bfebe882750d22ab490"
"commit": "840c4481ab7cb0720025c30ea609d16e60927a02"
},
{
"type": "file",
Expand Down Expand Up @@ -80,7 +80,7 @@
{
"type": "git",
"url": "https://github.com/libretro/RetroArch.git",
"commit": "389ef31a8f4a505f255e9bfebe882750d22ab490"
"commit": "840c4481ab7cb0720025c30ea609d16e60927a02"
}
]
},
Expand All @@ -94,7 +94,7 @@
{
"type": "git",
"url": "https://github.com/libretro/RetroArch.git",
"commit": "389ef31a8f4a505f255e9bfebe882750d22ab490"
"commit": "840c4481ab7cb0720025c30ea609d16e60927a02"
}
]
},
Expand All @@ -120,7 +120,7 @@
{
"type": "git",
"url": "https://github.com/libretro/libretro-database.git",
"commit": "772011a54392aab6be1302bf1bd8aa1cc0c0c6c2"
"commit": "bc488c79cdc36ea1076a2941f2e6e32365d5f53e"
}
]
},
Expand All @@ -133,7 +133,7 @@
{
"type": "git",
"url": "https://github.com/libretro/libretro-core-info.git",
"commit": "90eff5d4e72db1b5929af7210c9b665c33034536"
"commit": "7744a25a0e418703e24a4bd7a2208d5a12ae8a7a"
}
]
},
Expand All @@ -146,7 +146,7 @@
{
"type": "git",
"url": "https://github.com/libretro/retroarch-joypad-autoconfig.git",
"commit": "a3b5067b8954f15e8e87eeed71a4262f0ea7fd1c"
"commit": "948fff0a12e487266eebef14774f17b7b881a728"
}
]
},
Expand All @@ -172,7 +172,7 @@
{
"type": "git",
"url": "https://github.com/libretro/slang-shaders.git",
"commit": "f8f99ee220edbf2c5df2714a73d46faea43e62e2"
"commit": "9e89aafe0f6a63645445ca8302b88e4060274c72"
}
]
},
Expand Down

0 comments on commit 176c871

Please sign in to comment.