comparison oscilloscope.c @ 2301:d30ea441b92e

Fix libbretro build
author Michael Pavone <pavone@retrodev.com>
date Thu, 09 Mar 2023 23:10:41 -0800
parents e27ab5f4bfe3
children
comparison
equal deleted inserted replaced
2300:f071a976b79a 2301:d30ea441b92e
1 #include "oscilloscope.h" 1 #include "oscilloscope.h"
2 #include "render.h" 2 #include "render.h"
3 #include "blastem.h" 3 #include "blastem.h"
4 #include <stdlib.h>
5 #include <string.h>
4 6
5 #define INVALID_TRIGGER 0xFFFFFFFF 7 #define INVALID_TRIGGER 0xFFFFFFFF
6 #define WIDTH 1280 8 #define WIDTH 1280
7 #define HEIGHT 720 9 #define HEIGHT 720
8 10