mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
ADLMIDI: Fix one small MSVC Win64 warning
This commit is contained in:
parent
ceec12056a
commit
a5b4d9d9a9
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ void OPL3::Reset(int emulator, unsigned long PCM_RATE, void *audioTickHandler)
|
|||
#endif
|
||||
}
|
||||
cardsOP2[i].reset(chip);
|
||||
chip->setChipId(i);
|
||||
chip->setChipId((uint32_t)i);
|
||||
chip->setRate((uint32_t)PCM_RATE);
|
||||
if(runAtPcmRate)
|
||||
chip->setRunningAtPcmRate(true);
|
||||
|
|
Loading…
Reference in a new issue