mirror of https://github.com/PCSX2/pcsx2.git
GSdx: bugfix for corrupted titlebar info, and possible crashes, when running from the legacy gui. (fixes Issue 826)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3608 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
28ba6d7520
commit
411454c03c
|
@ -321,8 +321,8 @@ void GSRenderer::VSync(int field)
|
||||||
"%I64d | %d x %d | %.2f fps (%d%%) | %s - %s | %s | %d/%d/%d | %d%% CPU | %.2f | %.2f",
|
"%I64d | %d x %d | %.2f fps (%d%%) | %s - %s | %s | %d/%d/%d | %d%% CPU | %.2f | %.2f",
|
||||||
m_perfmon.GetFrame(), r.width(), r.height(), fps, (int)(100.0 * fps / GetFPS()),
|
m_perfmon.GetFrame(), r.width(), r.height(), fps, (int)(100.0 * fps / GetFPS()),
|
||||||
s2.c_str(),
|
s2.c_str(),
|
||||||
GSSettingsDlg::g_interlace[m_interlace].name,
|
GSSettingsDlg::g_interlace[m_interlace].name.c_str(),
|
||||||
GSSettingsDlg::g_aspectratio[m_aspectratio].name,
|
GSSettingsDlg::g_aspectratio[m_aspectratio].name.c_str(),
|
||||||
(int)m_perfmon.Get(GSPerfMon::Quad),
|
(int)m_perfmon.Get(GSPerfMon::Quad),
|
||||||
(int)m_perfmon.Get(GSPerfMon::Prim),
|
(int)m_perfmon.Get(GSPerfMon::Prim),
|
||||||
(int)m_perfmon.Get(GSPerfMon::Draw),
|
(int)m_perfmon.Get(GSPerfMon::Draw),
|
||||||
|
|
Loading…
Reference in New Issue