Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit 270d2d1

Browse files
committed
Add error: parameter to -loadFileAtPath: method.
1 parent 55e1c99 commit 270d2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SMSGameCore.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ - (void)setupEmulation
156156
resampler.setFrequency(49716.0, 44100.0);
157157
}
158158

159-
- (BOOL)loadFileAtPath:(NSString*)path
159+
- (BOOL)loadFileAtPath:(NSString *)path error:(NSError **)error
160160
{
161161
NSString *systemIdentifier = [self systemIdentifier];
162162

0 commit comments

Comments
 (0)