mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-09-16 12:13:53 +02:00
Send IPC_COMMAND_ARM9_SET_ROM_FILE_INFO in one place and update changelog
This commit is contained in:
@@ -7,7 +7,7 @@ class OSResetSystemPatch : public Patch
|
||||
{
|
||||
public:
|
||||
OSResetSystemPatch(const loader_info_t* loaderInfo, bool runInDSiMode)
|
||||
: _loaderInfo(loaderInfo), _runInDSiMode(runInDSiMode) { }
|
||||
: _runInDSiMode(runInDSiMode), _loaderInfo(loaderInfo) { }
|
||||
|
||||
bool FindPatchTarget(PatchContext& patchContext) override;
|
||||
void ApplyPatch(PatchContext& patchContext) override;
|
||||
|
||||
Reference in New Issue
Block a user