Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPSCounter: Change format string to match value. #592

Merged
merged 1 commit into from Jul 9, 2014

Conversation

CrossVR
Copy link
Contributor

@CrossVR CrossVR commented Jul 9, 2014

For some reason only OS X warned about this, I should've checked all build bots before I merged.

@@ -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 << StringFromFormat("%llu\n", val);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

lioncash added a commit that referenced this pull request Jul 9, 2014
FPSCounter: Change format string to match value.
@lioncash lioncash merged commit 7b95bc7 into dolphin-emu:master Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants