furnace/src/engine/platform/sound/nes_nsfplay/common.h

5 lines
106 B
C
Raw Normal View History

2022-05-01 23:52:22 -04:00
namespace xgm {
const unsigned int DEFAULT_CLOCK=1789773;
const unsigned int DEFAULT_RATE=1789773;
};