fix preset names for Selection Views

This commit is contained in:
2026-04-05 04:31:22 +02:00
parent 8a4b3c119d
commit 7a1751589e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
{
"name": "3ds-debug",
"generator": "Ninja",
"displayName": "Nintendo 3DS",
"displayName": "Nintendo 3DS Debug",
"binaryDir": "${sourceDir}/build/3ds-debug",
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
"cacheVariables": {
@@ -14,7 +14,7 @@
{
"name": "3ds-release",
"generator": "Ninja",
"displayName": "Nintendo 3DS",
"displayName": "Nintendo 3DS Release",
"binaryDir": "${sourceDir}/build/3ds-release",
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
"cacheVariables": {