mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:28:06 -05:00
Service.FS: Do archive registration using IdCode instead of name
This commit is contained in:
@ -22,11 +22,7 @@ public:
|
||||
Archive_RomFS(const Loader::AppLoader& app_loader);
|
||||
~Archive_RomFS() override;
|
||||
|
||||
/**
|
||||
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
|
||||
* @return IdCode of the archive
|
||||
*/
|
||||
IdCode GetIdCode() const override { return IdCode::RomFS; }
|
||||
std::string GetName() const override { return "RomFS"; }
|
||||
|
||||
/**
|
||||
* Open a file specified by its path, using the specified mode
|
||||
|
Reference in New Issue
Block a user