mirror of https://github.com/bsnes-emu/bsnes.git
v111.1
This commit is contained in:
parent
e22167cf82
commit
78c76962ec
|
@ -52,7 +52,7 @@ auto nall::main(Arguments arguments) -> void {
|
||||||
emulator = new SuperFamicom::Interface;
|
emulator = new SuperFamicom::Interface;
|
||||||
program.create();
|
program.create();
|
||||||
|
|
||||||
if(Emulator::Version.find(".") && settings.general.betaWarning) {
|
if(Emulator::Version.find(".") && settings.general.betaWarning && 0) {
|
||||||
MessageDialog dialog;
|
MessageDialog dialog;
|
||||||
dialog.setTitle(Emulator::Name);
|
dialog.setTitle(Emulator::Name);
|
||||||
dialog.setText(
|
dialog.setText(
|
||||||
|
|
Loading…
Reference in New Issue