[libretro] backported libretro core latest features from libretro github repository (except use of RETRO_ENVIRONMENT_GET_AUDIO_VIDEO_ENABLE callback for run-ahead)

This commit is contained in:
ekeeke 2021-10-05 20:05:02 +02:00
parent 8be7c0269b
commit b84ad91113
5 changed files with 5063 additions and 361 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -131,6 +131,11 @@ typedef struct
uint8 gun_cursor;
uint32 overclock;
uint8 no_sprite_limit;
#ifdef USE_PER_SOUND_CHANNELS_CONFIG
unsigned int psg_ch_volumes[4];
int32 md_ch_volumes[6];
signed int sms_fm_ch_volumes[9];
#endif
} t_config;
extern t_config config;