mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
fix annoying warning starting kuru kururin (jpeterson, this got to have something to do with your file logging?)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4196 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5345c98a9c
commit
7badedf054
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ CISOProperties::CISOProperties(const std::string fileName, wxWindow* parent, wxW
|
||||||
// TODO : Should we add a way to browse the wad file ?
|
// TODO : Should we add a way to browse the wad file ?
|
||||||
if (!DiscIO::IsVolumeWadFile(OpenISO))
|
if (!DiscIO::IsVolumeWadFile(OpenISO))
|
||||||
{
|
{
|
||||||
|
GCFiles.clear();
|
||||||
pFileSystem = DiscIO::CreateFileSystem(OpenISO);
|
pFileSystem = DiscIO::CreateFileSystem(OpenISO);
|
||||||
pFileSystem->GetFileList(GCFiles);
|
pFileSystem->GetFileList(GCFiles);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue