summaryrefslogtreecommitdiff
path: root/src/core/perf_stats.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-25 18:06:35 -0400
committerLioncash <mathew1800@gmail.com>2018-09-25 20:06:21 -0400
commitf646ca874d8589f4be4a7e6bcce69301e60b24f3 (patch)
tree37a61ccfed8e5ae65803022133989b96dc92c9bb /src/core/perf_stats.cpp
parentcbb146069a7b20d5687d5d163fd1400af3151485 (diff)
yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize()
Ternary operators have a lower precedence than arithmetic operators, so what was actually occurring here is "return (out + full) ? x : y" which most definitely isn't intended, given we calculate out recursively above. We were essentially doing a lot of work for nothing.
Diffstat (limited to 'src/core/perf_stats.cpp')
0 files changed, 0 insertions, 0 deletions