diff --git a/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh b/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh index 7cb4f92c7e..15eb8b8102 100755 --- a/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh +++ b/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh @@ -32,7 +32,7 @@ EOF # Default value SVN_CO_VERSION=0; -BRANCH="1.0.0" +BRANCH="1.0" LOCAL=0 while [ -n "$1" ]; do case $1 in @@ -57,8 +57,8 @@ else fi # Debian name of package and tarball -PKG_NAME="pcsx2.snapshot-${SVN_CO_VERSION}" -TAR_NAME="pcsx2.snapshot_${SVN_CO_VERSION}.orig.tar" +PKG_NAME="pcsx2-1.0.0" +TAR_NAME="pcsx2_1.0.0.orig.tar" # Directory TMP_DIR=/tmp diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index c16b69317a..0bdccf7df4 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -514,6 +514,10 @@ EXPORT_C GSvsync(int field) #endif +#ifdef OGL_MT_HACK + s_gs->m_wnd.AttachContext(); +#endif + s_gs->VSync(field); }