More refactoring for CardiTaskThreadPatch

This commit is contained in:
Gericom
2025-12-26 13:11:49 +01:00
parent c8898ff13c
commit 9fea5f7a51
2 changed files with 186 additions and 185 deletions

View File

@@ -31,5 +31,6 @@ private:
u32* _cardiTaskThread = nullptr;
PatchVariant _patchVariant = PatchVariant::None;
bool CheckSignature(const PatchContext& patchContext, const FunctionSignature& signature);
void ApplyArmPatch(void* patch1Address) const;
void ApplyThumbPatch(void* patch1Address) const;
};