From f5d73cac8a2d21962ed34b18de5aee36c2bce9ad Mon Sep 17 00:00:00 2001 From: Thomas Edvalson Date: Mon, 11 Apr 2016 15:15:42 -0400 Subject: 3DS: Add CIA format build, add timer handler thread, fix APT service suspending/sleeping/exiting --- backends/platform/3ds/osystem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/3ds/osystem.h') diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h index 98d9ad0cb6..a8c2a909f1 100644 --- a/backends/platform/3ds/osystem.h +++ b/backends/platform/3ds/osystem.h @@ -55,6 +55,9 @@ class OSystem_3DS : public EventsBaseBackend, public PaletteManager { public: OSystem_3DS(); ~OSystem_3DS(); + + volatile bool exiting; + volatile bool sleeping; virtual void initBackend(); @@ -191,6 +194,7 @@ private: // Events Thread _eventThread; + Thread _timerThread; Common::Queue _eventQueue; Common::String _messageOSD; -- cgit v1.2.3