mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Fix ISO Directory extraction.
This commit is contained in:
parent
91da031220
commit
3805c4967f
4 changed files with 52 additions and 71 deletions
|
@ -205,7 +205,7 @@ private:
|
|||
std::vector<const DiscIO::SFileInfo*> fileInfos,
|
||||
const size_t _FirstIndex,
|
||||
const size_t _LastIndex);
|
||||
void ExportDir(const char* _rFullPath, const char* _rExportFilename,
|
||||
void ExportDir(const std::string& _rFullPath, const std::string& _rExportFilename,
|
||||
const int partitionNum = 0);
|
||||
|
||||
IniFile GameIniDefault;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue