Added cli option for user-path

This commit is contained in:
Tyler Hoyt
2024-11-11 19:14:17 -05:00
committed by Tixx
parent e216b6ec06
commit ffc36e7f3d
3 changed files with 29 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ struct Options {
bool no_download = false;
bool no_update = false;
bool no_launch = false;
const char* user_path = nullptr;
const char **game_arguments = nullptr;
int game_arguments_length = 0;
const char** argv = nullptr;