mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
`buffer` is initialized to a statically allocated variable and can only be NULL when the allocation of a bigger buffer fails. When only the core frame is being displayed, the buffer never points to the heap thanks to the small buffer optimization.