Updated to 2110

This commit is contained in:
OpenSauce04 2024-04-20 00:41:50 +01:00 committed by OpenSauce
parent c6c7e5c5c4
commit 4e5c5c3233
2 changed files with 18 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"runtime-version": "6.6",
"sdk": "org.kde.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm17"
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "lime3ds-launcher",
"rename-desktop-file": "lime-qt.desktop",
@ -15,8 +15,8 @@
],
"copy-icon": true,
"build-options": {
"append-path": "/usr/lib/sdk/llvm17/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm17/lib",
"append-path": "/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"cflags": "-Wno-unused-command-line-argument",
"cxxflags": "-Wno-unused-command-line-argument"
},
@ -143,8 +143,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2109/lime3ds-unified-source-20240413-2733189.tar.xz",
"sha256": "ce1daa97d69205fa8b4da309116c34f6c12240b07915f224d0ce4e418f6cf3ea"
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2110/lime3ds-unified-source-20240419-274afb7.tar.xz",
"sha256": "3824f7a7bec5e365f078e4f9fbaf7b32654ad3cbe568d1c56b1dbc3add992f06"
},
{
"type": "file",

View file

@ -29,6 +29,19 @@
</screenshots>
<releases>
<release version="2110" date="2024-04-20">
<description>
<p>- Fixed a crash when entering fullscreen while playing Super Smash Bros. 3DS on Vulkan</p>
<p>- Minor across-the-board performance improvements on Mali GPUs</p>
<p>- Updated build environments</p>
<p> - Formatting: Clang 15 --> 18</p>
<p> - Linux build: Clang 15 --> 18</p>
<p> </p>
<p>Notes:</p>
<p>- The Smash Bros fix included a large restructure of several sections of the Vulkan renderer. This may result in compatibility improvements for other games which we did not expect. Please feel free to share these with us if you find any!</p>
</description>
</release>
<release version="2109" date="2024-04-15">
<description>
<p>- Improved rasterizer cache validation heuristic</p>