mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-19 04:50:07 +00:00

This fixes a bunch of narrowing conversion errors, e.g.: error: format specifies type 'unsigned long long' but the argument has type 'u64' (aka 'unsigned long') [-Werror,-Wformat]
microprofile
MicroProfile is a embeddable profiler in a single file, written in C++
It can display profile information in the application, or by generating captures via a minimal built in webserver.
For more information see the project webpage at https://bitbucket.org/jonasmeyer/microprofile