mirror of https://github.com/PCSX2/pcsx2.git
GSDX: Fixed broken window title info (native resolution, deinterlace mode).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4334 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8c0dea6a89
commit
feda59bf99
|
@ -564,7 +564,7 @@ EXPORT_C GSgetTitleInfo2(char* dest, size_t length)
|
||||||
{
|
{
|
||||||
GSAutoLock lock(&s_gs->m_pGSsetTitle_Crit);
|
GSAutoLock lock(&s_gs->m_pGSsetTitle_Crit);
|
||||||
|
|
||||||
string s = format("GSdx | %s", s_gs->m_GStitleInfoBuffer);
|
s = format("GSdx | %s", s_gs->m_GStitleInfoBuffer);
|
||||||
|
|
||||||
if(s.size() > length - 1)
|
if(s.size() > length - 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue