From 5d8e1534937fefdf557dbde091a4bbfb34d603f1 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sat, 24 Jul 2021 20:58:06 +0100 Subject: Misc: Added the timer thread variable to the emulator struct This way we can keep track of the thread to join it on emulator_deinitialise() --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index b318965..38d0ce7 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ #define _CONFIG_H_ #define DEBUG 1 +//#define STOP_ON_INFINITE_LOOP #define SCREEN_WIDTH 852 #define SCREEN_HEIGHT 480 -- cgit 1.4.1