mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 17:26:48 +02:00
More refactoring for CardiTaskThreadPatch
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user