mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Update todo
This commit is contained in:
parent
37a9ff7963
commit
2044f05719
3 changed files with 4 additions and 3 deletions
3
TODO.md
3
TODO.md
|
|
@ -20,4 +20,5 @@
|
||||||
|
|
||||||
S60v3 (in separate branch):
|
S60v3 (in separate branch):
|
||||||
- [x] Backport to STLport v4
|
- [x] Backport to STLport v4
|
||||||
- [x] GLES 1.1 engine (WIP)
|
- [x] GLES 1.1 engine (WIP)
|
||||||
|
- [ ] Keyboard mappings for both QWERTY/12-keys
|
||||||
|
|
@ -424,7 +424,7 @@ cAudioManager::ProcessReverb()
|
||||||
VolR = Min(MAX_VOLUME, VolR + VolUp);
|
VolR = Min(MAX_VOLUME, VolR + VolUp);
|
||||||
|
|
||||||
if (OldVolL != VolL || OldVolR != VolR) {
|
if (OldVolL != VolL || OldVolR != VolR) {
|
||||||
SampleManager.UpdateReverb(VolL, VolR, 100, 15, 80);
|
SampleManager.UpdateReverb(/*VolL, VolR, 100, 15, 80*/);
|
||||||
OldVolL = VolL;
|
OldVolL = VolL;
|
||||||
OldVolR = VolR;
|
OldVolR = VolR;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ enum Config {
|
||||||
# define ANIM_COMPRESSION
|
# define ANIM_COMPRESSION
|
||||||
# define PS2_MENU
|
# define PS2_MENU
|
||||||
#elif defined GTA_PC
|
#elif defined GTA_PC
|
||||||
# define EXTERNAL_3D_SOUND
|
//# define EXTERNAL_3D_SOUND
|
||||||
//# define AUDIO_REFLECTIONS
|
//# define AUDIO_REFLECTIONS
|
||||||
# ifndef GTA_HANDHELD
|
# ifndef GTA_HANDHELD
|
||||||
# define PC_PLAYER_CONTROLS // mouse player/cam mode
|
# define PC_PLAYER_CONTROLS // mouse player/cam mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue