mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 19:19:59 +00:00
Merge pull request #10454 from 521337/fix-u-option
Don't exit when using "-u" option in yuzu-cmd
This commit is contained in:
commit
a596c6e438
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ int main(int argc, char** argv) {
|
|||
break;
|
||||
case 'u':
|
||||
selected_user = atoi(optarg);
|
||||
return 0;
|
||||
break;
|
||||
case 'v':
|
||||
PrintVersion();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue