mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-10 14:02:57 +08:00
Add script patcher and update protections (#588)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user