From e06788e76891ed29bc60fd6d7c3ef086bd25fbf3 Mon Sep 17 00:00:00 2001 From: ToBul <108437760+ToBul@users.noreply.github.com> Date: Sun, 14 Aug 2022 11:10:13 +0100 Subject: [PATCH] Fix SUPERMODEL_DEBUGGER build. - Ian As requested by Bart; Ian's last SourceForge commit. Also, purely to appease my OCD, a change I forgot on my last 'Games.xml' PR that really shouldn't bother me as much as it does. --- Config/Games.xml | 2 +- Src/OSD/SDL/Main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Games.xml b/Config/Games.xml index 748a1eb..bfeab72 100644 --- a/Config/Games.xml +++ b/Config/Games.xml @@ -1221,8 +1221,8 @@ Magical Truck Adventure - Sega Japan + Sega 1998 diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index def1ff0..e185a43 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -874,7 +874,7 @@ static void SuperSleepUntil(uint64_t target) ******************************************************************************/ #ifdef SUPERMODEL_DEBUGGER -int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *Inputs, COutputs *Outputs, IScripting* scripting, std::shared_ptr Debugger) +int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *Inputs, COutputs *Outputs, std::shared_ptr Debugger) { std::shared_ptr oldLogger; #else