mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Added check to CardiTaskThreadPatch that the required slot is actually mapped to arm7. Fixes #60
This commit is contained in:
@@ -37,6 +37,8 @@ public:
|
||||
});
|
||||
}
|
||||
|
||||
LoaderPlatformType GetPlatformType() const override { return LoaderPlatformType::Slot1; }
|
||||
|
||||
bool HasRomReads() const override { return true; }
|
||||
|
||||
void PrepareRomBoot(u32 romDirSector, u32 romDirSectorOffset) const override;
|
||||
|
||||
Reference in New Issue
Block a user