[overclock] allow choosing between postrender and vblank extra scanlines

This commit is contained in:
retro-wertz
2017-08-24 20:58:04 +08:00
parent ef5f75a8d5
commit feed492569
8 changed files with 32 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ extern int32 WaveHi[];
extern uint32 soundtsinc;
extern uint32 soundtsoffs;
#define SOUNDTS (timestamp + soundtsoffs)
#define SOUNDTS (sound_timestamp + soundtsoffs)
void SetNESSoundMap(void);
void FrameSoundUpdate(void);