Skip to content

Commit

Permalink
RMG: use CoreAddCallbackMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 23, 2024
1 parent 8dccc6d commit 932b6b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/RMG/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ int main(int argc, char **argv)
// specified ROM path to launch
QStringList args = parser.positionalArguments();

CoreAddCallbackMessage(CoreDebugMessageType::Info,
"Initializing on " + QGuiApplication::platformName().toStdString());

// initialize window
if (!window.Init(&app, !parser.isSet(noGuiOption), !args.empty()))
{
Expand Down

0 comments on commit 932b6b6

Please sign in to comment.