Update todo

This commit is contained in:
Shinovon 2026-05-06 18:30:55 +05:00
parent 37a9ff7963
commit 2044f05719
3 changed files with 4 additions and 3 deletions

View file

@ -21,3 +21,4 @@
S60v3 (in separate branch):
- [x] Backport to STLport v4
- [x] GLES 1.1 engine (WIP)
- [ ] Keyboard mappings for both QWERTY/12-keys

View file

@ -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;
}

View file

@ -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