mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-03-28 13:11:22 -05:00
10 lines
196 B
C
10 lines
196 B
C
#include "fat.h"
|
|
#include <cstdarg>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <malloc.h>
|
|
|
|
#include <coreinit/screen.h>
|
|
#include <padscore/kpad.h>
|
|
#include <vpad/input.h>
|
|
#include <whb/proc.h> |