Skip to content

Commit e2f2b8c

Browse files
committed
Add another platform
1 parent 7fe4c84 commit e2f2b8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

kfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ if (plugin) {
558558
else if (platform === Platform.PS5) {
559559
backend = 'PlayStation5'
560560
}
561+
else if (platform === Platform.Switch2) {
562+
backend = 'Switch2';
563+
}
561564

562565
let ancestor = project;
563566
while (ancestor.parent != null) {

0 commit comments

Comments
 (0)