mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
commit
7b8e846d0a
80 changed files with 10311 additions and 6848 deletions
|
@ -45,7 +45,7 @@ std::string NameForPartitionType(u32 partition_type, bool include_prefix)
|
|||
return include_prefix ? "P-" + type_as_game_id : type_as_game_id;
|
||||
}
|
||||
|
||||
return fmt::format(include_prefix ? "P{}" : "{}", partition_type);
|
||||
return fmt::format("{}{}", include_prefix ? "P" : "", partition_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue