Updated to 2114

This commit is contained in:
OpenSauce04 2024-05-27 23:17:08 +01:00 committed by OpenSauce
parent 7a5130d4f2
commit b6b00d08ca
2 changed files with 24 additions and 11 deletions

View file

@ -64,8 +64,8 @@
},
{
"type": "archive",
"url": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.280.0.tar.gz",
"sha256": "703c772a850fa7fbe57a2f8dc99b4c1422a59fa5ff098a80c8ce12fcdf6a2613",
"url": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.283.0.tar.gz",
"sha256": "5e2e5158bdd7442f9e01e13b5b33417b06cddff4965c9c19aab9763ab3603aae",
"dest": "External/spirv-tools",
"x-checker-data": {
"type": "anitya",
@ -76,8 +76,8 @@
},
{
"type": "archive",
"url": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.280.0.tar.gz",
"sha256": "a00906b6bddaac1e37192eff2704582f82ce2d971f1aacee4d51d9db33b0f772",
"url": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.283.0.tar.gz",
"sha256": "a68a25996268841073c01514df7bab8f64e2db1945944b45087e5c40eed12cb9",
"dest": "External/spirv-tools/external/spirv-headers",
"x-checker-data": {
"type": "anitya",
@ -143,8 +143,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2113/lime3ds-unified-source-20240517-ceb97be.tar.xz",
"sha256": "f8520fbef3e97921942c9d131f7e1977e1caf48739e6c05aebb0b1c9399d9d0b"
"url": "https://github.com/Lime3DS/Lime3DS/releases/download/2114/lime3ds-unified-source-2114.tar.xz",
"sha256": "e6bc0e6467849a6b0b6c181dafc21eb39614c075ad37e37801220274cfa085b2"
},
{
"type": "file",

View file

@ -30,12 +30,25 @@
</screenshots>
<releases>
<release version="2114" date="2024-05-27">
<description>
<p>- Add custom screen layout feature</p>
<p> - This feature is configured in the new Emulation → Configure → Graphics → Layout menu</p>
<p>- The proportion the screens in the Large Screen layout can now be configured in the Layout menu</p>
<p>- Updated various build dependencies</p>
<p> </p>
<p>Notes:</p>
<p>- Crowd-sourced language translations are now open for Lime3DS. If you have the skills to contribute, for more information please see https://app.transifex.com/lime3ds/lime3ds</p>
<p>- The user-contributed compatibility list for Lime3DS mentioned in the previous update is now open. Please see details at https://github.com/Lime3DS/compatibility-list/blob/master/CONTRIBUTING.md</p>
</description>
</release>
<release version="2113" date="2024-05-20">
<description>
<p>- Added realtime audio playback option</p>
<p> - This feature scales audio playback speed to account for drops in emulation framerate</p>
<p> - Using this option may cause a visual-audio desync during context-sensitive scenes (e.g. cutscenes) if lag spikes are encountered</p>
<p>- Desktop: Added a button in the help menu which opens the Lime3DS log folder</p>
<p>- Added a button in the help menu which opens the Lime3DS log folder</p>
<p>- Non-userfacing changes to how the compatibility list is implemented to allow for easier community contribution</p>
<p> </p>
<p>Notes:</p>
@ -47,10 +60,10 @@
<release version="2112" date="2024-05-13">
<description>
<p>- Added support for Artic Base</p>
<p>- Desktop: Added favourite game functionality</p>
<p>- Desktop: Added play time counter</p>
<p>- Windows+Linux: Added game desktop shortcut functionality</p>
<p>- Desktop: Updated right-click user interface layout</p>
<p>- Added favourite game functionality</p>
<p>- Added play time counter</p>
<p>- Added game desktop shortcut functionality</p>
<p>- Updated right-click user interface layout</p>
<p>- Updated executable names to follow a new naming scheme</p>
<p> - `lime.exe` --> `lime3ds-cli.exe`</p>
<p> - `lime-qt.exe` --> `lime3ds-gui.exe`</p>