summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-05-16 02:34:20 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-05-16 02:34:20 +0200
commit5bef54618a2850e42f7bab45120dab9166468a25 (patch)
treeadc5dbbe050488eb0d85b7a38a5c8310dca9ef92 /src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
parentMerge pull request #6300 from Morph1984/mbedtls (diff)
downloadyuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar.gz
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar.bz2
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar.lz
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar.xz
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.tar.zst
yuzu-5bef54618a2850e42f7bab45120dab9166468a25.zip
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.cpp')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
index d64f81106..06b20c975 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
@@ -215,7 +215,7 @@ void EmuWindow_SDL2::WaitEvent() {
const auto results = Core::System::GetInstance().GetAndResetPerfStats();
const auto title =
fmt::format("yuzu {} | {}-{} | FPS: {:.0f} ({:.0f}%)", Common::g_build_fullname,
- Common::g_scm_branch, Common::g_scm_desc, results.game_fps,
+ Common::g_scm_branch, Common::g_scm_desc, results.average_game_fps,
results.emulation_speed * 100.0);
SDL_SetWindowTitle(render_window, title.c_str());
last_time = current_time;