update via PR comments
This commit is contained in:
		
							parent
							
								
									a675494fc2
								
							
						
					
					
						commit
						3bafd4f6c0
					
				| 
						 | 
				
			
			@ -1599,7 +1599,7 @@ void DivPlatformOPL::reset() {
 | 
			
		|||
  }
 | 
			
		||||
  */
 | 
			
		||||
  if (downsample) {
 | 
			
		||||
    const unsigned int downsampledRate=(unsigned int)((double)rate*49716.0/(double)chipRateBase);
 | 
			
		||||
    const unsigned int downsampledRate=(unsigned int)((double)rate*round(COLOR_NTSC/72.0)/(double)chipRateBase);
 | 
			
		||||
    OPL3_Reset(&fm,downsampledRate);
 | 
			
		||||
  } else {
 | 
			
		||||
    OPL3_Reset(&fm,rate);
 | 
			
		||||
| 
						 | 
				
			
			@ -1865,7 +1865,7 @@ void DivPlatformOPL::setFlags(const DivConfig& flags) {
 | 
			
		|||
          break;
 | 
			
		||||
      }
 | 
			
		||||
      if (downsample) {
 | 
			
		||||
        const unsigned int downsampledRate=(unsigned int)((double)rate*49716.0/(double)chipRateBase);
 | 
			
		||||
        const unsigned int downsampledRate=(unsigned int)((double)rate*round(COLOR_NTSC/72.0)/(double)chipRateBase);
 | 
			
		||||
        OPL3_Resample(&fm,downsampledRate);
 | 
			
		||||
      } else {
 | 
			
		||||
        OPL3_Resample(&fm,rate);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue