2 Commits

Author SHA1 Message Date
Aaron Culliney
bf0e61c9ea Android patch release 1.1.8.1 2016-11-05 11:43:42 -07:00
Aaron Culliney
96611beab9 Revert "Avoid doing Mockingboard work as much as possible"
This reverts commit 1bb3f75a06.

    - Caused excessive glitching in U4 music
2016-11-05 10:13:35 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -30,8 +30,8 @@ android {
applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 10
targetSdkVersion 24
versionCode 18
versionName "1.1.8"
versionCode 19
versionName "1.1.8.1"
ndk {
moduleName "apple2ix"
}

View File

@@ -949,7 +949,7 @@ static void MB_Update()
return;
}
if (!MockingboardVoice->bActive || !g_bMB_Active)
if (!MockingboardVoice->bActive)
{
return;
}