X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2F3ds%2F3ds_utils.h;h=fe97985c62d247c3b02650e0acc2809a347e1047;hb=0c840ff34defe22147f497c33e0ebad9386fada6;hp=e951dbc88bcea217081b00887c7e58dda9a43c15;hpb=fc99395c2d7efbbaa0663feed47dc89a54e49506;p=pcsx_rearmed.git diff --git a/frontend/3ds/3ds_utils.h b/frontend/3ds/3ds_utils.h index e951dbc8..fe97985c 100644 --- a/frontend/3ds/3ds_utils.h +++ b/frontend/3ds/3ds_utils.h @@ -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 #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