From 338a1d8a1b30e7ad1cd56f6c6ec0a023164142d4 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sat, 6 Jul 2013 17:44:23 +0300 Subject: [PATCH] Oops, remove rest of references to slots.inc, which no longer exists --- src/emulation/bsnes-legacy/core.cpp | 1 - src/emulation/gambatte/core.cpp | 1 - src/emulation/test/test.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/emulation/bsnes-legacy/core.cpp b/src/emulation/bsnes-legacy/core.cpp index 4bb8a4cf..1d8072ce 100644 --- a/src/emulation/bsnes-legacy/core.cpp +++ b/src/emulation/bsnes-legacy/core.cpp @@ -145,7 +145,6 @@ namespace }; #include "ports.inc" -#include "slots.inc" core_region region_auto{{"autodetect", "Autodetect", 1, 0, true, {178683, 10738636}, {0,1,2}}}; core_region region_pal{{"pal", "PAL", 0, 2, false, {6448, 322445}, {2}}}; diff --git a/src/emulation/gambatte/core.cpp b/src/emulation/gambatte/core.cpp index 936e6103..b1eb37bf 100644 --- a/src/emulation/gambatte/core.cpp +++ b/src/emulation/gambatte/core.cpp @@ -73,7 +73,6 @@ namespace }; #include "ports.inc" -#include "slots.inc" core_setting_group gambatte_settings; diff --git a/src/emulation/test/test.cpp b/src/emulation/test/test.cpp index 3c7bced2..69aeabf1 100644 --- a/src/emulation/test/test.cpp +++ b/src/emulation/test/test.cpp @@ -57,7 +57,6 @@ namespace }; #include "ports.inc" -#include "slots.inc" core_setting_group test_settings; -- 2.11.4.GIT