fix preset names for Selection Views
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "switch-debug",
|
||||
"generator": "Ninja",
|
||||
"displayName": "Nintendo Switch",
|
||||
"displayName": "Nintendo Switch Debug",
|
||||
"binaryDir": "${sourceDir}/build/switch-debug",
|
||||
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
||||
"cacheVariables": {
|
||||
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"name": "switch-release",
|
||||
"generator": "Ninja",
|
||||
"displayName": "Nintendo Switch",
|
||||
"displayName": "Nintendo Switch Release",
|
||||
"binaryDir": "${sourceDir}/build/switch-release",
|
||||
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
||||
"cacheVariables": {
|
||||
|
||||
Reference in New Issue
Block a user