FSN temporary data update (IPC)
This commit is contained in:
parent
4d6f479699
commit
54a22a1906
@ -386,6 +386,13 @@ void FrameStageNotify_hook(void* _this, int stage) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (stage == FRAME_START) {
|
if (stage == FRAME_START) {
|
||||||
|
#if IPC_ENABLED
|
||||||
|
static Timer ipc_timer {};
|
||||||
|
if (ipc_timer.test_and_set(1000)) {
|
||||||
|
if (ipc::peer)
|
||||||
|
ipc::UpdateTemporaryData();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
hacks::shared::autojoin::UpdateSearch();
|
hacks::shared::autojoin::UpdateSearch();
|
||||||
if (!hack::command_stack().empty()) {
|
if (!hack::command_stack().empty()) {
|
||||||
PROF_SECTION(PT_command_stack);
|
PROF_SECTION(PT_command_stack);
|
||||||
|
Reference in New Issue
Block a user