From 0bbf9ce945dc0652c9cfda988660f432e46edb9b Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Thu, 24 Jun 2021 16:56:17 +0200 Subject: [PATCH] trying to fix Libretro builds --- src/emucore/CartARM.hxx | 2 ++ src/windows/Stella.vcxproj | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/emucore/CartARM.hxx b/src/emucore/CartARM.hxx index 5b1191062..bc7bb145e 100644 --- a/src/emucore/CartARM.hxx +++ b/src/emucore/CartARM.hxx @@ -59,10 +59,12 @@ class CartridgeARM : public Cartridge void enableCycleCount(bool enable) const { myThumbEmulator->enableCycleCount(enable); } // Get number of memory accesses of last and last but one ARM runs. void updateCycles(int cycles); + #ifdef DEBUGGER_SUPPORT const Thumbulator::Stats& stats() const { return myStats; } const Thumbulator::Stats& prevStats() const { return myPrevStats; } const uInt32 cycles() const { return myCycles; } const uInt32 prevCycles() const { return myPrevCycles; } + #endif void incCycles(bool enable); void cycleFactor(double factor); diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 5f4cc718e..a091cf4da 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -576,7 +576,9 @@ true - + + true + true @@ -694,7 +696,9 @@ true - + + true + true @@ -1631,7 +1635,9 @@ true - + + true + true @@ -1752,7 +1758,9 @@ true - + + true + true