1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00

Corrects error preventing fast loading preference from making it to machines on the Mac.

This commit is contained in:
Thomas Harte 2018-02-19 16:24:28 -05:00
parent 9c0a440c38
commit 6780b0bf11
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>
#import "CSAudioQueue.h"
#import "CSFastLoading.h"
#import "CSOpenGLView.h"
#import "CSStaticAnalyser.h"

View File

@ -23,7 +23,7 @@
#import "NSBundle+DataResource.h"
#import "NSData+StdVector.h"
@interface CSMachine()
@interface CSMachine() <CSFastLoading>
- (void)speaker:(Outputs::Speaker::Speaker *)speaker didCompleteSamples:(const int16_t *)samples length:(int)length;
- (void)machineDidChangeClockRate;
- (void)machineDidChangeClockIsUnlimited;