This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
aff0f1fbe3a8ebe9b2968fe506fdb1f072725c3d
dolphin
/
Source
/
Plugins
/
Plugin_VideoOGL
/
Src
/
GUI
History
John Peterson
fc6a7c47d5
Core Stop and Start: Fixed stop and start again by avoiding FreeLibrary() of the OpenGL plugin, and avoiding a crash in its ShutDown() function. You need to use SETUP_FREE_PLUGIN_ON_BOOT to compile with this option that works on my system. Also, I noticed that I don't need the SETUP_AVOID_CHILD_WINDOW_RENDERING_HANG anymore, I can now delete the g_EmuThread without having it hanging in its waiting function.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@2356
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-22 04:24:53 +00:00
..
ConfigDlg.cpp
Core Stop and Start: Fixed stop and start again by avoiding FreeLibrary() of the OpenGL plugin, and avoiding a crash in its ShutDown() function. You need to use SETUP_FREE_PLUGIN_ON_BOOT to compile with this option that works on my system. Also, I noticed that I don't need the SETUP_AVOID_CHILD_WINDOW_RENDERING_HANG anymore, I can now delete the g_EmuThread without having it hanging in its waiting function.
2009-02-22 04:24:53 +00:00
ConfigDlg.h
OpenGL:
2009-02-20 13:35:43 +00:00