mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 17:26:48 +02:00
Initial commit
This commit is contained in:
13
arm7/source/loader/Arm7IoRegisterClearer.h
Normal file
13
arm7/source/loader/Arm7IoRegisterClearer.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
/// @brief Class for clearing the arm9 IO registers.
|
||||
class Arm7IoRegisterClearer
|
||||
{
|
||||
public:
|
||||
/// @brief Clears the arm7 IO registers.
|
||||
void ClearIoRegisters() const;
|
||||
|
||||
private:
|
||||
void ClearNtrIoRegisters() const;
|
||||
void ClearTwlIoRegisters() const;
|
||||
};
|
||||
Reference in New Issue
Block a user