Add script patcher and update protections (#588)

This commit is contained in:
maybegreat48
2022-11-12 18:35:28 +00:00
committed by GitHub
parent 4244ff8093
commit e6ce363963
31 changed files with 610 additions and 172 deletions

View File

@ -3,12 +3,16 @@
#include "thread_pool.hpp"
#include "looped/looped.hpp"
#include "services/context_menu/context_menu_service.hpp"
#include "script_patches.hpp"
namespace big
{
void backend::loop()
{
while (true) {
register_script_patches();
while (true)
{
g->attempt_save();
looped::system_self_globals();
looped::system_update_pointers();