From 4f13fea4e206830920edfc9787fe5bc88be112fe Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Tue, 22 Sep 2020 14:13:55 -0600 Subject: [PATCH] Fix Xcode 12 build failure. --- genplusgx_source/cart_hw/sms_cart.c | 1 + genplusgx_source/cart_hw/sram.c | 1 + 2 files changed, 2 insertions(+) diff --git a/genplusgx_source/cart_hw/sms_cart.c b/genplusgx_source/cart_hw/sms_cart.c index a4f7a8c..88d8999 100644 --- a/genplusgx_source/cart_hw/sms_cart.c +++ b/genplusgx_source/cart_hw/sms_cart.c @@ -39,6 +39,7 @@ #include "shared.h" #include "eeprom_93c.h" #include "terebi_oekaki.h" +#include "scrc32.h" #define MAPPER_NONE (0x00) #define MAPPER_TEREBI (0x01) diff --git a/genplusgx_source/cart_hw/sram.c b/genplusgx_source/cart_hw/sram.c index 58ef404..29025f0 100644 --- a/genplusgx_source/cart_hw/sram.c +++ b/genplusgx_source/cart_hw/sram.c @@ -37,6 +37,7 @@ ****************************************************************************************/ #include "shared.h" +#include "scrc32.h" T_SRAM sram;