Newer
Older
Atmosphere / stratosphere / fs_mitm / source / debug.cpp
@Michael Scire Michael Scire on 15 Jun 2018 212 bytes fs.mitm: WIP LayeredFS impl (NOTE: UNUSABLE ATM)
#include <switch.h>
#include <stratosphere.hpp>
#include <cstring>
#include "debug.hpp"

void Reboot() {
    /* ... */
}

void Log(const void *data, int size) {
    (void)(data);
    (void)(size);
    /* ... */
}