Home
last modified time | relevance | path

Searched refs:arg_ResetAntiClickEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dsoundbox.h7 int SoundBox_Init(bool arg_EmulateBuggyCodec, bool arg_ResetAntiClickEnabled);
H A Dsoundbox.cpp114 int SoundBox_Init(bool arg_EmulateBuggyCodec, bool arg_ResetAntiClickEnabled) in SoundBox_Init() argument
120 ResetAntiClickEnabled = arg_ResetAntiClickEnabled; in SoundBox_Init()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dsoundbox.h31 void SoundBox_Init(bool arg_EmulateBuggyCodec, bool arg_ResetAntiClickEnabled) MDFN_COLD;
H A Dsoundbox.cpp322 void SoundBox_Init(bool arg_EmulateBuggyCodec, bool arg_ResetAntiClickEnabled) in SoundBox_Init() argument
330 ResetAntiClickEnabled = arg_ResetAntiClickEnabled; in SoundBox_Init()