diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-02-22 22:49:42 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-02-22 22:49:42 +0000 |
| commit | 68f5cc1873e637df12ab03c5b43f6121c59dcb4f (patch) | |
| tree | bc57798285d6784cb87dfcec21c905461b2a4fd9 /Source/Core/DiscIO/Src/VolumeCreator.cpp | |
| parent | a32e29aaa55da1a679223fe9e4153c2a2b5cdc33 (diff) | |
Attempt to workaround some stop hangs by using MsgWait instead of Wait. change order of dsp / video shutdown. some comments.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2379 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/VolumeCreator.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeCreator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeCreator.cpp b/Source/Core/DiscIO/Src/VolumeCreator.cpp index db03256412..bb1d785abe 100644 --- a/Source/Core/DiscIO/Src/VolumeCreator.cpp +++ b/Source/Core/DiscIO/Src/VolumeCreator.cpp @@ -72,7 +72,6 @@ EDiscType GetDiscType(IBlobReader& _rReader); IVolume* CreateVolumeFromFilename(const std::string& _rFilename) { IBlobReader* pReader = CreateBlobReader(_rFilename.c_str()); - if (pReader == NULL) return NULL; |
