Make Lua self-initializing

This commit is contained in:
wheremyfoodat 2023-09-18 00:40:11 +03:00
parent 7936a87fb0
commit 4734e0b5e3
2 changed files with 13 additions and 1 deletions

View file

@ -82,7 +82,6 @@ Emulator::Emulator()
}
}
lua.initialize();
reset(ReloadOption::NoReload);
}