shithub: cstory

Download patch

ref: 658c38b35057ad37f996866a0d3a10f0b10305ca
parent: e732534e919b6a30bd562c0ab3b71899bee051c5
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Oct 14 14:41:12 EDT 2020

Remove unnecessary function calls

These are called internally by libctru

--- a/src/Backends/Platform/3DS.cpp
+++ b/src/Backends/Platform/3DS.cpp
@@ -15,8 +15,6 @@
 	(void)drag_and_drop_callback;
 	(void)window_focus_callback;
 
-	hidInit();
-
 	gfxInitDefault();
 	consoleInit(GFX_BOTTOM, NULL);
 
@@ -39,8 +37,6 @@
 	romfsExit();
 
 	gfxExit();
-
-	hidExit();
 }
 
 void Backend_PostWindowCreation(void)