1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-25 12:41:18 +00:00
jSTE0 55b77cb663 gfx/rs90: Optimise layout of sdl_rs90_video
Move frequently accessed member variables to the beginning of the
structure to improve cache locality. Having menu_texture at the end of
the structure also saves one instruction in the hot path of
sdl_rs90_gfx_frame() (for the ARMv5TE Miyoo) as well as a few other
functions.
2022-03-27 04:35:36 +01:00
..
2022-01-31 18:05:23 +01:00
2022-03-07 19:32:01 +01:00
2020-10-05 21:54:07 +02:00
2021-12-19 16:58:01 +01:00
2020-08-15 00:35:15 +02:00
2022-02-10 12:40:00 +01:00
2020-08-25 20:39:06 +02:00
2021-11-09 07:06:04 +01:00