mirror of https://github.com/snes9xgit/snes9x.git
Mac: attempt to fix a reproted crash
This commit is contained in:
parent
4b66a6a955
commit
ebe96e91de
|
@ -2764,7 +2764,7 @@ void QuitWithFatalError ( NSString *message)
|
||||||
|
|
||||||
+ (void)initialize
|
+ (void)initialize
|
||||||
{
|
{
|
||||||
keyLock = PTHREAD_MUTEX_INITIALIZER;
|
pthread_mutex_init(&keyLock, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (instancetype)initWithFrame:(NSRect)frameRect
|
- (instancetype)initWithFrame:(NSRect)frameRect
|
||||||
|
|
Loading…
Reference in New Issue