From 8a9be0f01f02e7d1e1b1d024c2b36171522d6f01 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 26 Nov 2014 22:36:16 -0500 Subject: [PATCH] Removed unneeded irrst* func calls, ctrulib itself handles calling those automatically. --- source/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/main.c b/source/main.c index ac3b7e4..d314c5c 100644 --- a/source/main.c +++ b/source/main.c @@ -66,7 +66,6 @@ main(int argc, srvInit(); aptInit(); hidInit(NULL); - irrstInit(NULL); gfxInit(); gfxSet3D(false); #endif @@ -92,7 +91,6 @@ main(int argc, #ifdef _3DS /* deinitialize 3DS services */ gfxExit(); - irrstExit(); hidExit(); aptExit(); srvExit();