mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
19c72a413f
(menu_displaylist.c) Some optimizations: * Make sure val_d is never bigger than 16, it should just contain a number. 16 is more than plenty (and probably too big even) * Hose val_d out of loops if its value never changes inside the loop * Attempt to avoid calling msg_hash_to_str inside loops unnecessarily