mirror of https://github.com/bsnes-emu/bsnes.git
v112
This commit is contained in:
parent
30d7fa1923
commit
55bfe402e7
|
@ -29,13 +29,13 @@ using namespace nall;
|
||||||
|
|
||||||
namespace Emulator {
|
namespace Emulator {
|
||||||
static const string Name = "bsnes";
|
static const string Name = "bsnes";
|
||||||
static const string Version = "111.10";
|
static const string Version = "112";
|
||||||
static const string Author = "byuu";
|
static const string Author = "byuu";
|
||||||
static const string License = "GPLv3";
|
static const string License = "GPLv3";
|
||||||
static const string Website = "https://byuu.org";
|
static const string Website = "https://byuu.org";
|
||||||
|
|
||||||
//incremented only when serialization format changes
|
//incremented only when serialization format changes
|
||||||
static const string SerializerVersion = "111.2";
|
static const string SerializerVersion = "112";
|
||||||
|
|
||||||
namespace Constants {
|
namespace Constants {
|
||||||
namespace Colorburst {
|
namespace Colorburst {
|
||||||
|
|
|
@ -88,7 +88,7 @@ auto Program::main() -> void {
|
||||||
if(inactive()) {
|
if(inactive()) {
|
||||||
audio.clear();
|
audio.clear();
|
||||||
usleep(20 * 1000);
|
usleep(20 * 1000);
|
||||||
viewportRefresh();
|
if(settings.emulator.runAhead.frames == 0) viewportRefresh();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue