Fixing N64SyncSettings not being saved
This commit is contained in:
parent
a65cc25b24
commit
8530baee0c
|
@ -259,6 +259,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
s.Glide64mk2Plugin.enable_hacks_for_game = Glide64mk2_enable_hacks_for_game.SelectedIndex;
|
||||
s.Glide64mk2Plugin.read_back_to_screen = Glide64mk2_read_back_to_screen.SelectedIndex;
|
||||
s.Glide64mk2Plugin.fast_crc = Glide64mk2_fast_crc.Checked;
|
||||
|
||||
GlobalWin.MainForm.PutCoreSyncSettings(s);
|
||||
}
|
||||
|
||||
private void N64VideoPluginconfig_Load(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue