git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit fa5420136e9c68680925f36e6c08978862647e1d
parent 4c05ebcea60368ffda2bbe96104182031f297f7b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Thu, 25 Feb 2021 15:43:52 +0200

I hate the audio thread

Diffstat:
MCocoa/Document.m2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -1105,7 +1105,9 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency) - (char *) getDebuggerInput { + [audioLock lock]; [audioLock signal]; + [audioLock unlock]; [self updateSideView]; [self log:">"]; in_sync_input = true;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.