fix YMZ280 breakage.

on the side note, it is pretty sad to see neither of persons who did PR and other who merged it didn't tested these changes.
This commit is contained in:
MetalliC 2020-07-12 04:14:17 +03:00
parent b4555c13a0
commit 041382375a

View File

@ -40,8 +40,8 @@
#define MAX_SAMPLE_CHUNK 10000
static constexpr unsigned FRAC_BITS = 9;
static constexpr unsigned FRAC_ONE = (1 << FRAC_BITS);
#define FRAC_BITS 9
#define FRAC_ONE (1 << FRAC_BITS)
//#define INTERNAL_BUFFER_SIZE (1 << 15)
#define INTERNAL_SAMPLE_RATE (m_master_clock * 2.0)