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