mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-05 02:37:26 +00:00
Spacing
This commit is contained in:
parent
74e429fae2
commit
68964e384f
1 changed files with 1 additions and 1 deletions
|
@ -1488,7 +1488,7 @@ void DivPlatformOPL::reset() {
|
|||
}
|
||||
*/
|
||||
if (downsample) {
|
||||
// const unsigned int downsampledRate=(unsigned int)((double)rate*rate/chipRateBase);
|
||||
//const unsigned int downsampledRate=(unsigned int)((double)rate*rate/chipRateBase);
|
||||
OPL3_Reset(&fm,44100);
|
||||
} else {
|
||||
OPL3_Reset(&fm,rate);
|
||||
|
|
Loading…
Reference in a new issue