mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-05 09:57:06 +00:00
4 lines
79 B
C
4 lines
79 B
C
![]() |
#include <stdint.h>
|
||
|
|
||
|
void bleed_filter(uint16_t *data, int width, int height);
|