mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-02-05 15:02:49 +00:00
![Michael Scire](/assets/img/avatar_default.png)
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);
|
|
/* ... */
|
|
} |