mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
c2d9ac8f5c
Also greatly refactors libstratosphere, and does a lot of other things. There is a lot of code in this one.
14 lines
No EOL
212 B
C++
14 lines
No EOL
212 B
C++
#include <switch.h>
|
|
#include <stratosphere.hpp>
|
|
#include <cstring>
|
|
#include "debug.hpp"
|
|
|
|
void Reboot() {
|
|
/* ... */
|
|
}
|
|
|
|
void Log(const void *data, int size) {
|
|
(void)(data);
|
|
(void)(size);
|
|
/* ... */
|
|
} |