mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 13:38:56 -06:00
added the mic to windows build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@872 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -36,7 +36,7 @@ void SetVolumeName(const std::string& _rFullPath)
|
||||
delete g_pVolume;
|
||||
g_pVolume = NULL;
|
||||
}
|
||||
catch()
|
||||
catch(...)
|
||||
{
|
||||
printf("Couldn't Delete g_pVolume and set it to Null!\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user