mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15: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();
|
outputToConsole();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__ANDROID__)
|
||||||
{
|
{
|
||||||
std::vector<std::string> arguments;
|
std::vector<std::string> arguments;
|
||||||
for (int i {0}; i < argc; ++i)
|
for (int i {0}; i < argc; ++i)
|
||||||
|
@ -578,6 +579,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!Settings::getInstance()->getBool("DebugFlag") &&
|
if (!Settings::getInstance()->getBool("DebugFlag") &&
|
||||||
Settings::getInstance()->getBool("DebugMode")) {
|
Settings::getInstance()->getBool("DebugMode")) {
|
||||||
|
|
Loading…
Reference in a new issue