Merge pull request #12263 from Dentomologist/realtime_cheatsearch_update

CheatSearch: Automatically update Current Values
This commit is contained in:
Mai
2023-11-28 04:17:06 +01:00
committed by GitHub
8 changed files with 194 additions and 59 deletions

View File

@ -81,3 +81,6 @@ using BeforePresentEvent = Common::HookableEvent<"BeforePresent", PresentInfo&>;
// An event that is triggered after a frame is presented.
// The exact timing of this event depends on backend/driver support.
using AfterPresentEvent = Common::HookableEvent<"AfterPresent", PresentInfo&>;
// An end of frame event that runs on the CPU thread
using VIEndFieldEvent = Common::HookableEvent<"VIEndField">;