2
0
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:
2019-01-26 15:22:16 -08:00
parent 39a8b1608d
commit 47a7383c6d
8 changed files with 210 additions and 5 deletions

View File

@@ -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);