mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
We hate pointer games, don't we?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@597 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -42,7 +42,7 @@ CFilesystemViewer::CFilesystemViewer(const std::string fileName, wxWindow* paren
|
||||
std::vector<DiscIO::SFileInfo *> Our_Files;
|
||||
|
||||
OpenIso = DiscIO::CreateVolumeFromFilename(fileName);
|
||||
pFileSystem = DiscIO::CreateFileSystem(*OpenIso);
|
||||
pFileSystem = DiscIO::CreateFileSystem(OpenIso);
|
||||
pFileSystem->GetFileList(Our_Files);
|
||||
CreateGUIControls();
|
||||
|
||||
|
Reference in New Issue
Block a user