1
0
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:
Thomas Harte
2020-04-24 23:50:06 -04:00
parent 6d4e29c851
commit 6ebc93c995
2 changed files with 8 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
#include <iostream>
namespace {
constexpr int audio_divider = 2;
constexpr int audio_divider = 1;
}
namespace Sega {