Compare commits

..

No commits in common. "630133f77a449e847b4aac7883af45a47de24697" and "c6bbfcac10dd87e7f3cd1a755942dbc662e0ad3b" have entirely different histories.

3 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
// debug features for libreshop_client
#include <wiiuse/wpad.h>
void debug_pause() {
while(1) {
WPAD_ScanPads();
if (WPAD_ButtonsDown(0)) break;
}
}

View File

@ -1,6 +0,0 @@
#ifndef DEBUG_H
#define DEBUG_H
void debug_pause();
#endif

View File

@ -6,9 +6,6 @@
#include "sandia/sandia.h"
// Uncomment if this is a development build
//#include "debug.h"
static void *xfb = NULL;
static GXRModeObj *rmode = NULL;