mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-12 06:06:30 +00:00
Removes the options panel for CPC display.
This commit is contained in:
parent
3f22a71276
commit
d06031dfcb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user