This commit is contained in:
byuu 2019-10-20 02:18:37 +09:00
parent 30d7fa1923
commit 55bfe402e7
2 changed files with 3 additions and 3 deletions

View File

@ -29,13 +29,13 @@ using namespace nall;
namespace Emulator {
static const string Name = "bsnes";
static const string Version = "111.10";
static const string Version = "112";
static const string Author = "byuu";
static const string License = "GPLv3";
static const string Website = "https://byuu.org";
//incremented only when serialization format changes
static const string SerializerVersion = "111.2";
static const string SerializerVersion = "112";
namespace Constants {
namespace Colorburst {

View File

@ -88,7 +88,7 @@ auto Program::main() -> void {
if(inactive()) {
audio.clear();
usleep(20 * 1000);
viewportRefresh();
if(settings.emulator.runAhead.frames == 0) viewportRefresh();
return;
}