C64Lib.Core.MOS6581.NewPrefs C# (CSharp) Method

NewPrefs() public method

public NewPrefs ( Prefs prefs ) : void
prefs Prefs
return void
        public void NewPrefs(Prefs prefs)
        {
            open_close_renderer(GlobalPrefs.ThePrefs.SIDType, prefs.SIDType);
            if (the_renderer != null)
                the_renderer.NewPrefs(prefs);
        }