mirror of
https://github.com/TomHarte/CLK.git
synced 2025-07-24 07:24:13 +00:00
Switches to maximum-rate multiplexing. Hopefully to eliminate the mixer as a consideration for now.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
constexpr int audio_divider = 2;
|
||||
constexpr int audio_divider = 1;
|
||||
}
|
||||
|
||||
namespace Sega {
|
||||
|
Reference in New Issue
Block a user