Esempio n. 1
0
 /// @todo Document method Gear.EmulationCore.Cog.DetachVideoHooks()
 ///
 public void DetachVideoHooks()
 {
     // Detach the video hook
     PhaseLockedLoop.Destroy();
     // Detach the aural hook
     Video.DetachAural();
 }