1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00
Atmosphere/stratosphere/fs_mitm/source/debug.cpp

17 lines
230 B
C++
Raw Normal View History

#include <switch.h>
#include <cstring>
#include "debug.hpp"
static u64 g_num_logged = 0;
#define MAX_LOGS U64_MAX
void Reboot() {
while (1) {
/* ... */
}
}
void Log(const void *data, int size) {
/* ... */
}