if not defined, define it

This commit is contained in:
twinaphex 2020-10-08 05:41:56 +02:00
parent 7b3c721f64
commit dc9422c479
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#define FRAMERATE (16777216.0 / 280896.0) // 59.73
#define SAMPLERATE 32768.0
#ifndef VBAM_VERSION
#define VBAM_VERSION "2.1.3"
#endif
static retro_log_printf_t log_cb;
static retro_video_refresh_t video_cb;
static retro_input_poll_t poll_cb;