mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-23 07:13:44 +02:00
Remember to actually initialize exception classes in libretro builds
This commit is contained in:
parent
4709ea48ce
commit
ef58df103a
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ static VALUE rgss_stop(VALUE self) {
|
|||
|
||||
void sandbox_binding_init::operator()() {
|
||||
BOOST_ASIO_CORO_REENTER (this) {
|
||||
SANDBOX_AWAIT(exception_binding_init);
|
||||
|
||||
SANDBOX_AWAIT(table_binding_init);
|
||||
SANDBOX_AWAIT(etc_binding_init);
|
||||
SANDBOX_AWAIT(font_binding_init);
|
||||
|
|
Loading…
Add table
Reference in a new issue