mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 07:45:51 +00:00
Update submodules
This commit is contained in:
parent
aa2d9d5631
commit
d5e0536d63
@ -110,6 +110,7 @@ int main(int argc, const char** argv)
|
|||||||
#endif
|
#endif
|
||||||
signal(SIGINT, SIGINTHandler);
|
signal(SIGINT, SIGINTHandler);
|
||||||
|
|
||||||
|
logvisor::RegisterStandardExceptions();
|
||||||
logvisor::RegisterConsoleLogger();
|
logvisor::RegisterConsoleLogger();
|
||||||
atSetExceptionHandler(AthenaExc);
|
atSetExceptionHandler(AthenaExc);
|
||||||
|
|
||||||
|
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 94dc1e46fa2152ecc292a8c5556c33742c80d523
|
Subproject commit ca09f732ba88cfbedbaa65f06cfd90ddf8c49bc1
|
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ac98d6eac29e3aa90dad78803cbf472dc4fced5b
|
Subproject commit a96b5879657efb449326a56826bb944b8892b7d6
|
@ -240,6 +240,7 @@ int main(int argc, const boo::SystemChar** argv)
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
atSetExceptionHandler(AthenaExcHandler);
|
atSetExceptionHandler(AthenaExcHandler);
|
||||||
|
logvisor::RegisterStandardExceptions();
|
||||||
logvisor::RegisterConsoleLogger();
|
logvisor::RegisterConsoleLogger();
|
||||||
HECLApplicationCallback appCb;
|
HECLApplicationCallback appCb;
|
||||||
int ret = boo::ApplicationRun(boo::IApplication::EPlatformType::Auto,
|
int ret = boo::ApplicationRun(boo::IApplication::EPlatformType::Auto,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user