Commit 0f5a725b authored by nanahira's avatar nanahira

add shutdown thing

parent 7a82ee75
Pipeline #42954 failed with stages
in 2 minutes and 40 seconds
#ifdef __EMSCRIPTEN__
#include <emscripten/emscripten.h>
extern "C" EMSCRIPTEN_KEEPALIVE void ocgcore_shutdown(int code) {
emscripten_force_exit(code);
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment