2
0
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:
2022-02-16 01:23:39 -08:00
parent 683af1a9ea
commit aabef3e058
3 changed files with 150 additions and 14 deletions

View File

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