mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Refactored platform code to use interfaces for patch code with a special feature and improved patch code file names
This commit is contained in:
10
arm9/source/patches/ISectorRemapPatchCode.h
Normal file
10
arm9/source/patches/ISectorRemapPatchCode.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class ISectorRemapPatchCode
|
||||
{
|
||||
protected:
|
||||
ISectorRemapPatchCode() { }
|
||||
|
||||
public:
|
||||
virtual const void* GetRemapFunction() const = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user