mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 03:57:56 -05:00
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
This commit is contained in:
@ -19,7 +19,7 @@ namespace FileSys {
|
||||
class File_SDMC final : public File {
|
||||
public:
|
||||
File_SDMC();
|
||||
File_SDMC(const Archive_SDMC* archive, const std::string& path, const Mode mode);
|
||||
File_SDMC(const Archive_SDMC* archive, const Path& path, const Mode mode);
|
||||
~File_SDMC() override;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user