mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
Ensures that the fast loading option successfully flows from the Mac interface.
This commit is contained in:
parent
eef34adcbd
commit
c18517be4b
@ -7,8 +7,9 @@
|
||||
//
|
||||
|
||||
#import "CSMachine.h"
|
||||
#import "CSFastLoading.h"
|
||||
|
||||
@interface CSMSX : CSMachine
|
||||
@interface CSMSX : CSMachine <CSFastLoading>
|
||||
|
||||
- (instancetype)init;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user