mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 00:01:45 +00:00
Core and PluginManager: Fixed Stop and Start again, the video plugin needed to be completely reset
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2012 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8eeb1d0202
commit
3c4a73d5a6
5 changed files with 18 additions and 1 deletions
|
@ -130,7 +130,7 @@ int DynamicLibrary::Unload()
|
|||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
Console::Print("FreeLibrary: %i\n", library);
|
||||
Console::Print("FreeLibrary: %i\n", library_file.c_str());
|
||||
retval = FreeLibrary(library);
|
||||
#else
|
||||
retval = dlclose(library)?0:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue