mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 15:08:00 -05:00
loader/nro: Make the static LoadNro function internally linked
This simply acts as a forwarding function for the Load() function, so this doesn't need to be directly exposed.
This commit is contained in:
@ -45,9 +45,6 @@ public:
|
||||
ResultStatus ReadTitle(std::string& title) override;
|
||||
bool IsRomFSUpdatable() const override;
|
||||
|
||||
static bool LoadNro(Kernel::Process& process, const std::vector<u8>& data,
|
||||
const std::string& name, VAddr load_base);
|
||||
|
||||
private:
|
||||
bool LoadNro(Kernel::Process& process, const FileSys::VfsFile& file, VAddr load_base);
|
||||
|
||||
|
Reference in New Issue
Block a user