@@ -242,9 +242,6 @@ Flag exe_params[] =
242242#ifdef WIN32
243243 { " -fix_registry" , " Use a different registry path" , true , 0 , EASY_DEFAULT , " Troubleshoot" , " http://www.hard-light.net/wiki/index.php/Command-Line_Reference#-fix_registry" , },
244244#endif
245- #ifdef __ANDROID__
246- { " -working_folder" , " Change working folder in Android" , true , 0 , EASY_DEFAULT , " Android" , " http://www.hard-light.net/wiki/index.php/Command-Line_Reference#-working_folder" , },
247- #endif
248245
249246 // flag launcher text FSO on_flags off_flags category reference URL
250247 { " -voicer" , " Enable voice recognition" , true , 0 , EASY_DEFAULT , " Experimental" , " http://www.hard-light.net/wiki/index.php/Command-Line_Reference#-voicer" , },
@@ -586,12 +583,6 @@ cmdline_parm output_script_json_arg("-output_script_json", nullptr, AT_NONE); //
586583cmdline_parm output_script_luastub_arg (" -output_script_lua" , nullptr , AT_NONE ); // mjnmixael
587584cmdline_parm generate_controlconfig_arg (" -controlconfig_tbl" , nullptr , AT_NONE );
588585
589- // Android
590- #ifdef __ANDROID__
591- cmdline_parm wfolder_arg (" -working_folder" , " Sets the working folder when launching as a library in Android" , AT_STRING , true );
592- char * Cmdline_working_folder = nullptr ;
593- #endif
594-
595586// Deprecated flags - CommanderDJ
596587cmdline_parm deprecated_spec_arg (" -spec" , " Deprecated" , AT_NONE );
597588cmdline_parm deprecated_glow_arg (" -glow" , " Deprecated" , AT_NONE );
@@ -2422,12 +2413,6 @@ bool SetCmdlineParams()
24222413 Cmdline_multithreading = abs (multithreading.get_int ());
24232414 }
24242415
2425- #ifdef __ANDROID__
2426- if (wfolder_arg.found ()) {
2427- Cmdline_working_folder = wfolder_arg.str ();
2428- }
2429- #endif
2430-
24312416 return true ;
24322417}
24332418
0 commit comments