fs.mitm: update for libstratosphere refactor

This commit is contained in:
Michael Scire 2018-10-29 17:30:39 -07:00 committed by SciresM
parent 887b4e0275
commit aef7d36300
21 changed files with 154 additions and 1064 deletions

View file

@ -24,7 +24,5 @@ void Reboot() {
}
void Log(const void *data, int size) {
(void)(data);
(void)(size);
/* ... */
}