Brought the ISA memory card emulation and some other things up to par with VARCem and fixed the ISA memory card configuration.

This commit is contained in:
OBattler
2018-09-06 14:38:43 +02:00
parent 9a180ed33c
commit ea5a226a97
9 changed files with 267 additions and 265 deletions

View File

@@ -258,7 +258,7 @@ void* fluidsynth_init(const device_t *info)
data->synth = f_new_fluid_synth(data->settings);
char* sound_font = device_get_config_string("sound_font");
char* sound_font = (char *) device_get_config_string("sound_font");
data->sound_font = f_fluid_synth_sfload(data->synth, sound_font, 1);
if (device_get_config_int("chorus"))