1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00

Merge pull request #227 from TomHarte/NoCPCOptions

Removes the CPC options panel.
This commit is contained in:
Thomas Harte 2017-08-27 17:12:24 -04:00 committed by GitHub
commit 0ced7866fc

View File

@ -42,7 +42,7 @@
- (NSString *)optionsPanelNibName {
switch(_target.machine) {
case StaticAnalyser::Target::AmstradCPC: return @"AmstradCPCOptions";
case StaticAnalyser::Target::AmstradCPC: return nil;
case StaticAnalyser::Target::Atari2600: return @"Atari2600Options";
case StaticAnalyser::Target::Electron: return @"ElectronOptions";
case StaticAnalyser::Target::Oric: return @"OricOptions";