mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Disabled command line option parsing as there are no such options on Android
This commit is contained in:
parent
1d1732306e
commit
3d4dcadc47
|
@ -563,6 +563,7 @@ int main(int argc, char* argv[])
|
|||
outputToConsole();
|
||||
#endif
|
||||
|
||||
#if !defined(__ANDROID__)
|
||||
{
|
||||
std::vector<std::string> arguments;
|
||||
for (int i {0}; i < argc; ++i)
|
||||
|
@ -578,6 +579,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!Settings::getInstance()->getBool("DebugFlag") &&
|
||||
Settings::getInstance()->getBool("DebugMode")) {
|
||||
|
|
Loading…
Reference in a new issue