SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f0959d4e709abd45e9a73769ec6c741755a85b31 parent 779ffe3e1ba5af43675db8251ec5b481d5c04a3d Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 4 Aug 2022 00:28:02 +0300 Fix threading issue causing crashes and deadlocks Diffstat:
| M | Cocoa/Document.m | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -108,7 +108,7 @@ enum model { NSSavePanel *_audioSavePanel; bool _isRecordingAudio; - volatile void (^_pendingAtomicBlock)(); + void (^ volatile _pendingAtomicBlock)(); } @property GBAudioClient *audioClient;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.