mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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)
|
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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue