mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 05:26:10 +00:00
Aurora: Initial event implementations
This commit is contained in:
@@ -632,7 +632,7 @@ int main(int argc, char** argv) {
|
||||
.width = icon.width,
|
||||
.height = icon.height,
|
||||
};
|
||||
aurora::app_run(std::move(app), std::move(data));
|
||||
aurora::app_run(std::move(app), std::move(data), argc, argv);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user