mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-27 17:59:52 +02:00
v112
This commit is contained in:
@@ -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 {
|
||||
|
@@ -88,7 +88,7 @@ auto Program::main() -> void {
|
||||
if(inactive()) {
|
||||
audio.clear();
|
||||
usleep(20 * 1000);
|
||||
viewportRefresh();
|
||||
if(settings.emulator.runAhead.frames == 0) viewportRefresh();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user