mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 09:07:41 +00:00
Add ability to edit command line arguments, and enable cheats
This commit is contained in:
@@ -25,6 +25,9 @@ static QIcon MakeAppIcon() {
|
||||
int main(int argc, char* argv[]) {
|
||||
InitializePlatform();
|
||||
|
||||
QApplication::setOrganizationName("AxioDL");
|
||||
QApplication::setApplicationName("HECL");
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
|
||||
Reference in New Issue
Block a user