melancholy wrote:> ok, I can't figure it out...
> 
> I'd like to play some games with sound, but to make that work, I need
to set the acceleration to emulation.
> Since that option is gone in the newer wine versions, I need some help to
set this up in the wine registry.
> 
> could someone help me please?
The easiest way is with winetricks: 
Code:
sh winetricks dsoundhw=Emulation
If you want to set it yourself in regedit, the key is 
Code:
[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"HardwareAcceleration"="Emulation"