mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-03 00:39:33 +00:00
Merge pull request #7 from usagirei/master
Fix SMDH Header being Cleared
This commit is contained in:
@@ -441,7 +441,6 @@ int cmd_process_command(int argc, char* argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SMDH smdh;
|
SMDH smdh;
|
||||||
memset(&smdh, 0, sizeof(SMDH));
|
|
||||||
|
|
||||||
std::vector<std::string> regions = cmd_parse_list(cmd_find_arg(args, "r", "regions", "regionfree"));
|
std::vector<std::string> regions = cmd_parse_list(cmd_find_arg(args, "r", "regions", "regionfree"));
|
||||||
for(std::vector<std::string>::iterator it = regions.begin(); it != regions.end(); it++) {
|
for(std::vector<std::string>::iterator it = regions.begin(); it != regions.end(); it++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user