Home
last modified time | relevance | path

Searched refs:gme_stereodepth (Results 1 – 3 of 3) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmidiconfig.h138 float gme_stereodepth; member
H A Dconfiguration.cpp789 ChangeAndReturn(miscConfig.gme_stereodepth, value, pRealValue); in ChangeMusicSettingFloat()
/dports/audio/zmusic/ZMusic-1.1.8/source/streamsources/
H A Dmusic_gme.cpp145 gme_set_stereo_depth(emu, std::min(std::max(miscConfig.gme_stereodepth, 0.f), 1.f)); in GME_OpenSong()