Initial Code

This commit is contained in:
2023-11-24 14:42:57 +01:00
parent f236e59cb4
commit 9d6f367c8d
19 changed files with 43496 additions and 0 deletions

7
include/samplefiles.hpp Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
extern const char *default_title;
extern const char *default_code;
extern const char *default_unique_id;
extern const char *default_romfs_path;
extern const char *ciaRSF;