suyu/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
..
configuration
debugger arm_interface: Replace kernel vm_manager include with a forward declaration 2018-09-20 19:35:36 -04:00
util yuzu/util: Antialias game list compatibility pixmaps 2018-09-17 06:01:14 -04:00
CMakeLists.txt
Info.plist
about_dialog.cpp
about_dialog.h
aboutdialog.ui
bootmanager.cpp
bootmanager.h
compatibility_list.cpp
compatibility_list.h
game_list.cpp qt: Add UI elements for LayeredFS and related tools 2018-09-21 19:53:33 -04:00
game_list.h qt: Add UI elements for LayeredFS and related tools 2018-09-21 19:53:33 -04:00
game_list_p.h game_list: Add Qt SmoothTransformation to picture scaling 2018-09-21 21:34:46 -04:00
game_list_worker.cpp
game_list_worker.h
hotkeys.cpp
hotkeys.h
hotkeys.ui
main.cpp yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() 2018-09-25 20:06:21 -04:00
main.h qt: Add UI elements for LayeredFS and related tools 2018-09-21 19:53:33 -04:00
main.ui
ui_settings.cpp
ui_settings.h
yuzu.rc