Skip to content

Commit 2b8e4c1

Browse files
committed
This is vAmiga 2.6
1 parent 6ea0e3f commit 2b8e4c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Emulator/Components/Emulator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Emulator::getDebugVariable(DebugFlag flag)
513513
{
514514
#ifdef RELEASEBUILD
515515

516-
throw VC64Error(ERROR_OPT_UNSUPPORTED, "Debug variables are only accessible in debug builds.");
516+
throw Error(ERROR_OPT_UNSUPPORTED, "Debug variables are only accessible in debug builds.");
517517

518518
#else
519519

@@ -652,7 +652,7 @@ Emulator::setDebugVariable(DebugFlag flag, bool val)
652652
{
653653
#ifdef RELEASEBUILD
654654

655-
throw VC64Error(ERROR_OPT_UNSUPPORTED, "Debug variables are only accessible in debug builds.");
655+
throw Error(ERROR_OPT_UNSUPPORTED, "Debug variables are only accessible in debug builds.");
656656

657657
#else
658658

Emulator/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define SNP_BETA 0
2727

2828
// Uncomment this setting in a release build
29-
//#define RELEASEBUILD
29+
#define RELEASEBUILD
3030

3131

3232
//

vAmiga.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@
27942794
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
27952795
CODE_SIGN_STYLE = Manual;
27962796
COMBINE_HIDPI_IMAGES = YES;
2797-
CURRENT_PROJECT_VERSION = 240610;
2797+
CURRENT_PROJECT_VERSION = 240627;
27982798
DEAD_CODE_STRIPPING = YES;
27992799
DEVELOPMENT_TEAM = "";
28002800
ENABLE_APP_SANDBOX = NO;
@@ -2844,7 +2844,7 @@
28442844
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
28452845
CODE_SIGN_STYLE = Manual;
28462846
COMBINE_HIDPI_IMAGES = YES;
2847-
CURRENT_PROJECT_VERSION = 240610;
2847+
CURRENT_PROJECT_VERSION = 240627;
28482848
DEAD_CODE_STRIPPING = YES;
28492849
DEVELOPMENT_TEAM = "";
28502850
ENABLE_APP_SANDBOX = NO;

0 commit comments

Comments
 (0)