mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Improved handling of module params and locating of unused libsyscall space to support rom hacks that repack roms in unusual ways. Fixes #129
This commit is contained in:
@@ -9,5 +9,5 @@ public:
|
||||
/// @brief Searches for the module params of the arm9 of the rom with the given \p romHeader.
|
||||
/// @param romHeader The header of the rom.
|
||||
/// @return A pointer to the found module params, or \c nullptr if the module params could not be found.
|
||||
module_params_ntr_t* FindModuleParams(const nds_header_ntr_t* romHeader);
|
||||
module_params_ntr_t* FindModuleParams(const nds_header_ntr_t* romHeader) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user