mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-24 17:59:47 +00:00
gsdx: miss a part of the previous patch...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5672 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
09571dac0b
commit
f4b173bbd1
@ -179,11 +179,14 @@ EXPORT_C GSclose()
|
||||
|
||||
s_gs->m_dev = NULL;
|
||||
|
||||
s_gs->m_wnd->Detach();
|
||||
if (s->gs_m_wnd)
|
||||
{
|
||||
s_gs->m_wnd->Detach();
|
||||
|
||||
delete s_gs->m_wnd;
|
||||
delete s_gs->m_wnd;
|
||||
|
||||
s_gs->m_wnd = NULL;
|
||||
s_gs->m_wnd = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
static int _GSopen(void** dsp, char* title, int renderer, int threads = -1)
|
||||
|
Loading…
Reference in New Issue
Block a user