mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00:00
FPSCounter: Change format string to match value.
This commit is contained in:
parent
95b579746f
commit
09304cab57
@ -39,7 +39,7 @@ static void LogRenderTimeToFile(u64 val)
|
||||
if (!s_bench_file.is_open())
|
||||
s_bench_file.open(File::GetUserPath(D_LOGS_IDX) + "render_time.txt");
|
||||
|
||||
s_bench_file << StringFromFormat("%lu\n", val);
|
||||
s_bench_file << val << std::endl;
|
||||
}
|
||||
|
||||
int Update()
|
||||
|
Loading…
x
Reference in New Issue
Block a user