mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
13
arm9/source/patches/arm7/DisableArm7WramClearPatch.h
Normal file
13
arm9/source/patches/arm7/DisableArm7WramClearPatch.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "../Patch.h"
|
||||
|
||||
/// @brief Arm7 patch to disabling clearing of wram.
|
||||
class DisableArm7WramClearPatch : public Patch
|
||||
{
|
||||
public:
|
||||
bool FindPatchTarget(PatchContext& patchContext) override;
|
||||
void ApplyPatch(PatchContext& patchContext) override;
|
||||
|
||||
private:
|
||||
u32* _clearEndPool = nullptr;
|
||||
};
|
||||
Reference in New Issue
Block a user