Merge pull request #21 from phaseIV/master
[pcsx_rearmed.git] / frontend / 3ds / 3ds_utils.h
index e951dbc..fe97985 100644 (file)
@@ -7,13 +7,10 @@ void ctr_flush_DCache(void);
 void ctr_flush_invalidate_cache(void);
 
 int ctr_svchack_init(void);
-void ctr_svchack_exit(void);
-
-#if 0
-#include "stdio.h"
-void wait_for_input(void);
 
+#include <stdio.h>
 #define DEBUG_HOLD() do{printf("%s@%s:%d.\n",__FUNCTION__, __FILE__, __LINE__);fflush(stdout);wait_for_input();}while(0)
-#endif
+
+void wait_for_input(void);
 
 #endif // _3DS_UTILS_H