mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:58:03 -05:00
Don't exit when using "-u" option in yuzu-cmd
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user