Ensure linux process hooks don't do anything on replay

This commit is contained in:
baldurk
2021-10-06 16:31:44 +01:00
parent b71b84374f
commit 1464eaeb81
8 changed files with 47 additions and 0 deletions
+4
View File
@@ -151,6 +151,10 @@ public:
// platform specific implementations
// some platforms may unavoidably hook on replay, this gives them a chance to do any
// initialisation needed to ensure those hooks don't do anything
static void ReplayInitialise();
// Removes hooks (where possible) and restores everything to an un-hooked state
static void RemoveHooks();