mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DiscIO: Make classes final
This commit is contained in:
@ -45,7 +45,7 @@ public:
|
||||
ResolveSavegameRedirectPath(std::string_view external_relative_path) = 0;
|
||||
};
|
||||
|
||||
class FileDataLoaderHostFS : public FileDataLoader
|
||||
class FileDataLoaderHostFS final : public FileDataLoader
|
||||
{
|
||||
public:
|
||||
// sd_root should be an absolute path to the folder representing our virtual SD card
|
||||
|
Reference in New Issue
Block a user