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:
avihal@gmail.com 2011-02-21 22:36:10 +00:00
parent 8c0dea6a89
commit feda59bf99
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ EXPORT_C GSgetTitleInfo2(char* dest, size_t length)
{
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)
{