mirror of
https://github.com/RetroDECK/io.github.lime3ds.Lime3DS.git
synced 2024-11-21 21:45:39 +00:00
Updated for 2109
This commit is contained in:
parent
551ab5e09d
commit
0bc2128a85
|
@ -143,8 +143,8 @@
|
|||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2108/lime3ds-unified-source-20240411-337ce6e.tar.xz",
|
||||
"sha256": "923c0d2b8449115642ad0faea763a19bd5e3d1ebb0efff1c6e9cda4eef021fbe",
|
||||
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2109/lime3ds-unified-source-20240413-2733189.tar.xz",
|
||||
"sha256": "ce1daa97d69205fa8b4da309116c34f6c12240b07915f224d0ce4e418f6cf3ea",
|
||||
"x-checker-data": {
|
||||
"type": "json",
|
||||
"url": "https://api.github.com/repos/Lime3DS/Lime3DS/releases/latest",
|
||||
|
|
|
@ -27,6 +27,17 @@
|
|||
</screenshots>
|
||||
<releases>
|
||||
|
||||
<release version="2109" date="2024-04-15">
|
||||
<description>
|
||||
<p>- Improved rasterizer cache validation heuristic</p>
|
||||
<p> - This results in extreme performance improvements for several games. See https://github.com/PabloMK7/citra/pull/69#issue-2234452232 for examples</p>
|
||||
<p>- Non-user facing code improvements related to the removal of telemetry</p>
|
||||
<p/>
|
||||
<p>Notes:</p>
|
||||
<p>- This update introduces a regression in Luigi's Mansion: Dark Moon while using Vulkan. This involves a consistent crash during the first Pixelator cutscene. Please use OpenGL for the time being when playing this game. Apologies for any inconvenience</p>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
<release version="2108" date="2024-04-11">
|
||||
<description>
|
||||
<p>- Updated dependencies</p>
|
||||
|
|
Loading…
Reference in a new issue