mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
fix clang format
This commit is contained in:
parent
d9ae4c332d
commit
b81c9bd738
@ -261,8 +261,8 @@ ResultStatus AppLoader_NCCH::DumpRomFS(const std::string& target_path) {
|
|||||||
ResultStatus AppLoader_NCCH::DumpUpdateRomFS(const std::string& target_path) {
|
ResultStatus AppLoader_NCCH::DumpUpdateRomFS(const std::string& target_path) {
|
||||||
u64 program_id;
|
u64 program_id;
|
||||||
ReadProgramId(program_id);
|
ReadProgramId(program_id);
|
||||||
update_ncch.OpenFile(Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC,
|
update_ncch.OpenFile(
|
||||||
program_id | UPDATE_MASK));
|
Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, program_id | UPDATE_MASK));
|
||||||
return update_ncch.DumpRomFS(target_path);
|
return update_ncch.DumpRomFS(target_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user