mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00: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:
parent
7a276e687e
commit
6f05e6f5ba
1 changed files with 0 additions and 1 deletions
|
@ -917,7 +917,6 @@ void Renderer::SwapBuffers()
|
|||
if (g_Config.bShowFPS)
|
||||
{
|
||||
p+=sprintf(p, "%d\n", s_fps);
|
||||
Renderer::RenderText(st, 20, 20, 0xFF00FFFF);
|
||||
}
|
||||
|
||||
if (g_Config.bOverlayStats) {
|
||||
|
|
Loading…
Add table
Reference in a new issue