1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 23:06:33 -05:00
Files
suyu-mirror/src/yuzu
Lioncash f646ca874d 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.
2018-09-25 20:06:21 -04:00
..
2018-09-07 11:54:51 +05:30
2018-08-11 20:20:21 -04:00
2018-01-12 19:11:03 -07:00
2018-01-13 23:11:51 +00:00