mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fusee: remove debug filesave
This commit is contained in:
parent
3caa7166f2
commit
2fde907c5e
1 changed files with 0 additions and 1 deletions
|
@ -367,7 +367,6 @@ ini1_header_t *stratosphere_merge_inis(ini1_header_t **inis, size_t num_inis, vo
|
|||
|
||||
if (current_kip->title_id == FS_TITLE_ID && emummc != NULL) {
|
||||
patched_kip = inject_emummc_kip(patched_kip != NULL ? patched_kip : current_kip, (kip1_header_t *)emummc);
|
||||
dump_to_file(patched_kip, kip1_get_size_from_header(patched_kip), "DEBUG_EMUMMC.kip");
|
||||
}
|
||||
|
||||
if (patched_kip != NULL) {
|
||||
|
|
Loading…
Reference in a new issue