mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
[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:
parent
8be7c0269b
commit
b84ad91113
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1552
libretro/libretro_core_options.h
Normal file
1552
libretro/libretro_core_options.h
Normal file
File diff suppressed because it is too large
Load Diff
1177
libretro/libretro_core_options_intl.h
Normal file
1177
libretro/libretro_core_options_intl.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -131,6 +131,11 @@ typedef struct
|
|||||||
uint8 gun_cursor;
|
uint8 gun_cursor;
|
||||||
uint32 overclock;
|
uint32 overclock;
|
||||||
uint8 no_sprite_limit;
|
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;
|
} t_config;
|
||||||
|
|
||||||
extern t_config config;
|
extern t_config config;
|
||||||
|
Loading…
Reference in New Issue
Block a user