diff --git a/TODO.md b/TODO.md index cf23fa2..2c6ee17 100644 --- a/TODO.md +++ b/TODO.md @@ -20,4 +20,5 @@ S60v3 (in separate branch): - [x] Backport to STLport v4 -- [x] GLES 1.1 engine (WIP) \ No newline at end of file +- [x] GLES 1.1 engine (WIP) +- [ ] Keyboard mappings for both QWERTY/12-keys \ No newline at end of file diff --git a/src/audio/AudioLogic.cpp b/src/audio/AudioLogic.cpp index 2860230..0669fb7 100644 --- a/src/audio/AudioLogic.cpp +++ b/src/audio/AudioLogic.cpp @@ -424,7 +424,7 @@ cAudioManager::ProcessReverb() VolR = Min(MAX_VOLUME, VolR + VolUp); if (OldVolL != VolL || OldVolR != VolR) { - SampleManager.UpdateReverb(VolL, VolR, 100, 15, 80); + SampleManager.UpdateReverb(/*VolL, VolR, 100, 15, 80*/); OldVolL = VolL; OldVolR = VolR; } diff --git a/src/core/config.h b/src/core/config.h index b3514a8..7b789e4 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -169,7 +169,7 @@ enum Config { # define ANIM_COMPRESSION # define PS2_MENU #elif defined GTA_PC -# define EXTERNAL_3D_SOUND +//# define EXTERNAL_3D_SOUND //# define AUDIO_REFLECTIONS # ifndef GTA_HANDHELD # define PC_PLAYER_CONTROLS // mouse player/cam mode