Home
last modified time | relevance | path

Searched refs:synthtime42 (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dsoundbox.cpp356 const uint32 synthtime42 = (timestamp << 1) + sbox.bigdiv; in SoundBox_ADPCMUpdate() local
357 const uint32 synthtime14 = synthtime42 / 3; in SoundBox_ADPCMUpdate()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dsoundbox.cpp546 const uint32 synthtime42 = (timestamp << 1) + sbox.bigdiv; in SoundBox_ADPCMUpdate() local
547 const uint32 synthtime14 = synthtime42 / 3; in SoundBox_ADPCMUpdate()