Skip to content

framebuffer: Make retro_framebuffer_get_pixels() return const data

Adrien Plazas requested to merge const-pixels into master

It shouldn't be modified and it's already used in a const way.

CC @exalm

Merge request reports