Send IPC_COMMAND_ARM9_SET_ROM_FILE_INFO in one place and update changelog

This commit is contained in:
Gericom
2026-06-28 10:49:33 +02:00
parent 817ed58abb
commit ad2055669b
3 changed files with 16 additions and 10 deletions

View File

@@ -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;