furnace/src/engine/platform/sound/nes_nsfplay/common.h
2022-05-01 22:52:22 -05:00

5 lines
106 B
C++

namespace xgm {
const unsigned int DEFAULT_CLOCK=1789773;
const unsigned int DEFAULT_RATE=1789773;
};