mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
YMU759 samples at 48KHz
This commit is contained in:
parent
8a49522e59
commit
39784bc7c2
1 changed files with 5 additions and 0 deletions
|
@ -1067,6 +1067,11 @@ void DivPlatformOPL::setFlags(unsigned int flags) {
|
||||||
chipClock=COLOR_NTSC;
|
chipClock=COLOR_NTSC;
|
||||||
rate=chipClock/72;
|
rate=chipClock/72;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pretendYMU) {
|
||||||
|
rate=48000;
|
||||||
|
chipClock=rate*288;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int DivPlatformOPL::init(DivEngine* p, int channels, int sugRate, unsigned int flags) {
|
int DivPlatformOPL::init(DivEngine* p, int channels, int sugRate, unsigned int flags) {
|
||||||
|
|
Loading…
Reference in a new issue