mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
small code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2269 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -917,7 +917,6 @@ void Renderer::SwapBuffers()
|
|||||||
if (g_Config.bShowFPS)
|
if (g_Config.bShowFPS)
|
||||||
{
|
{
|
||||||
p+=sprintf(p, "%d\n", s_fps);
|
p+=sprintf(p, "%d\n", s_fps);
|
||||||
Renderer::RenderText(st, 20, 20, 0xFF00FFFF);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_Config.bOverlayStats) {
|
if (g_Config.bOverlayStats) {
|
||||||
|
Reference in New Issue
Block a user