aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-11-11 18:46:42 +0100
committerStapleButter <thetotalworm@gmail.com>2017-11-11 18:46:42 +0100
commitb96ac8e000536e9c3f498579abb319c6cfe3d022 (patch)
treea407687bc88959cee88a6e28a1c610a1a9b70628 /src/libui_sdl
parentc3675af538b2e6f3e812e786e973029d613e8e9f (diff)
(finally) fix sound
* reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture
Diffstat (limited to 'src/libui_sdl')
-rw-r--r--src/libui_sdl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp
index fdbcda2..320f31e 100644
--- a/src/libui_sdl/main.cpp
+++ b/src/libui_sdl/main.cpp
@@ -662,7 +662,7 @@ void OnAreaResize(uiAreaHandler* handler, uiArea* area, int width, int height)
void Run()
-{printf("go sonic go\n");
+{
EmuRunning = 1;
RunningSomething = true;