mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
DiscIO: Make classes final
This commit is contained in:
parent
f8bf35e6f0
commit
301cc5ee63
13 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue