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