mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 17:15:42 +01:00
Don't exit when using "-u" option in yuzu-cmd
This commit is contained in:
parent
d33bdc97d0
commit
7d5df4f0ba
@ -283,7 +283,7 @@ int main(int argc, char** argv) {
|
|||||||
break;
|
break;
|
||||||
case 'u':
|
case 'u':
|
||||||
selected_user = atoi(optarg);
|
selected_user = atoi(optarg);
|
||||||
return 0;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
PrintVersion();
|
PrintVersion();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user