Skip to content

Commit

Permalink
Fix the Xbox parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Mar 28, 2024
1 parent b3a747b commit 43c0b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion out/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function checkKorePlatform(platform: string) {
|| platform === 'ps4'
|| platform === 'xboxone'
|| platform === 'switch'
|| platform === 'xboxscarlett'
|| platform === 'xboxseries'
|| platform === 'ps5'
|| platform === 'freebsd';
}
Expand Down

0 comments on commit 43c0b03

Please sign in to comment.