This helps Renegade X which crashes when native is preferred for dinput8 (while dinput8 in this case is not a Windows dinput8 but some hooker shipped with the game).
Besides the need in XAudio2CreateWithVersionInfo, the game supplies an effect to CreateSubmixVoice which supports IXAPO27 but not IXAPO. That results in crash in Wine's xaudio currently (any version), as well as Windows xaudio2_7, but xaudio2_8 handles such case and returns an error instead of crashing (this behaviour is covered by the test). Doing so helps the game.