From 637ad2ab189b9f74df4d38b4540125855d8c9fd5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 30 Jul 2018 21:22:49 -0500 Subject: [PATCH] revert pointless change to declaration of CommonSettings from 07d7588 (fixes #169) --- desmume/src/NDSSystem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desmume/src/NDSSystem.h b/desmume/src/NDSSystem.h index 4f653dc57..2aadc24aa 100644 --- a/desmume/src/NDSSystem.h +++ b/desmume/src/NDSSystem.h @@ -709,8 +709,7 @@ extern struct TCommonSettings std::string run_advanscene_import; -}; -extern TCommonSettings CommonSettings; +} CommonSettings; void NDS_RunAdvansceneAutoImport();