fix overclock audio issues

This commit is contained in:
retro-wertz
2017-03-09 17:49:28 +08:00
parent af95ba67a1
commit 1ec32bd8bc
5 changed files with 21 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ unsigned overclocked = 0;
unsigned skip_7bit_overclocking = 1;
unsigned normal_scanlines = 240;
unsigned extrascanlines = 0;
unsigned overclock_state = -1;
int FCEUnetplay;
#ifdef PSP
@@ -823,7 +824,6 @@ static const keymap bindmap[] = {
static void check_variables(bool startup)
{
static int overclock_state = -1;
struct retro_variable var = {0};
struct retro_system_av_info av_info;
bool geometry_update = false;