Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DCore.h81 …CoreSettings() { renderOn = true; updateOn = true; runInBackground = false; prebufferSounds = fals… in CoreSettings()
85 bool prebufferSounds; member
H A DFmodOpenALBridge.cpp1451 else if(core->settings.prebufferSounds) in createSound()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DUserSettings.cpp590 core->settings.prebufferSounds = audio.prebuffer; in apply()