mirror of https://github.com/PCSX2/pcsx2.git
1.0.0: Merge r5347, remove zerogs and zerospu from installer.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/1.0.0@5348 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
02e04e2070
commit
0101433aa9
|
@ -61,10 +61,8 @@ Section "!${APP_NAME} (required)" SEC_CORE
|
||||||
File /nonfatal /oname=gsdx32-ssse3-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-ssse3.dll
|
File /nonfatal /oname=gsdx32-ssse3-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-ssse3.dll
|
||||||
File /nonfatal /oname=gsdx32-sse4-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-sse4.dll
|
File /nonfatal /oname=gsdx32-sse4-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-sse4.dll
|
||||||
File /nonfatal /oname=gsdx32-avx-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-avx.dll
|
File /nonfatal /oname=gsdx32-avx-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-avx.dll
|
||||||
File /nonfatal /oname=zerogs-r${SVNREV_ZEROGS}.dll ..\bin\Plugins\zerogs.dll
|
|
||||||
|
|
||||||
File /nonfatal /oname=spu2-x-r${SVNREV_SPU2X}.dll ..\bin\Plugins\spu2-x.dll
|
File /nonfatal /oname=spu2-x-r${SVNREV_SPU2X}.dll ..\bin\Plugins\spu2-x.dll
|
||||||
File /nonfatal /oname=zerospu2-r${SVNREV_ZEROSPU2}.dll ..\bin\Plugins\zerospu2.dll
|
|
||||||
|
|
||||||
File /nonfatal /oname=cdvdiso-r${SVNREV_CDVDISO}.dll ..\bin\Plugins\cdvdiso.dll
|
File /nonfatal /oname=cdvdiso-r${SVNREV_CDVDISO}.dll ..\bin\Plugins\cdvdiso.dll
|
||||||
File ..\bin\Plugins\cdvdGigaherz.dll
|
File ..\bin\Plugins\cdvdGigaherz.dll
|
||||||
|
|
|
@ -57,10 +57,8 @@ Section "!${APP_NAME} (required)" SEC_CORE
|
||||||
File /nonfatal /oname=gsdx32-ssse3-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-ssse3.dll
|
File /nonfatal /oname=gsdx32-ssse3-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-ssse3.dll
|
||||||
File /nonfatal /oname=gsdx32-sse4-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-sse4.dll
|
File /nonfatal /oname=gsdx32-sse4-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-sse4.dll
|
||||||
File /nonfatal /oname=gsdx32-avx-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-avx.dll
|
File /nonfatal /oname=gsdx32-avx-r${SVNREV_GSDX}.dll ..\bin\Plugins\gsdx32-avx.dll
|
||||||
File /nonfatal /oname=zerogs-r${SVNREV_ZEROGS}.dll ..\bin\Plugins\zerogs.dll
|
|
||||||
|
|
||||||
File /nonfatal /oname=spu2-x-r${SVNREV_SPU2X}.dll ..\bin\Plugins\spu2-x.dll
|
File /nonfatal /oname=spu2-x-r${SVNREV_SPU2X}.dll ..\bin\Plugins\spu2-x.dll
|
||||||
File /nonfatal /oname=zerospu2-r${SVNREV_ZEROSPU2}.dll ..\bin\Plugins\zerospu2.dll
|
|
||||||
|
|
||||||
File /nonfatal /oname=cdvdiso-r${SVNREV_CDVDISO}.dll ..\bin\Plugins\cdvdiso.dll
|
File /nonfatal /oname=cdvdiso-r${SVNREV_CDVDISO}.dll ..\bin\Plugins\cdvdiso.dll
|
||||||
File ..\bin\Plugins\cdvdGigaherz.dll
|
File ..\bin\Plugins\cdvdGigaherz.dll
|
||||||
|
|
|
@ -912,7 +912,6 @@ void Pcsx2App::OnGsFrameClosed( wxWindowID id )
|
||||||
if( (m_id_GsFrame == wxID_ANY) || (m_id_GsFrame != id) ) return;
|
if( (m_id_GsFrame == wxID_ANY) || (m_id_GsFrame != id) ) return;
|
||||||
|
|
||||||
CoreThread.Suspend();
|
CoreThread.Suspend();
|
||||||
m_id_GsFrame = wxID_ANY;
|
|
||||||
|
|
||||||
if( !m_UseGUI )
|
if( !m_UseGUI )
|
||||||
{
|
{
|
||||||
|
|
|
@ -410,7 +410,7 @@ GSFrame::~GSFrame() throw()
|
||||||
void GSFrame::OnCloseWindow(wxCloseEvent& evt)
|
void GSFrame::OnCloseWindow(wxCloseEvent& evt)
|
||||||
{
|
{
|
||||||
sApp.OnGsFrameClosed( GetId() );
|
sApp.OnGsFrameClosed( GetId() );
|
||||||
evt.Skip(); // and close it.
|
Hide(); // and don't close it.
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GSFrame::ShowFullScreen(bool show, long style)
|
bool GSFrame::ShowFullScreen(bool show, long style)
|
||||||
|
|
Loading…
Reference in New Issue