mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-04-26 12:01:50 +00:00
fix lazy mistake
This commit is contained in:
parent
7b9b1722b9
commit
584494be42
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ inline std::filesystem::path pfs_header_path() {
|
|||
}
|
||||
|
||||
inline std::filesystem::path pfs_file_path(size_t file_no) {
|
||||
const auto filename = "controllerpak_file_" + std::to_string(file_no) + ".bin", file_no);
|
||||
const auto filename = "controllerpak_file_" + std::to_string(file_no) + ".bin";
|
||||
return ultramodern::get_save_base_path() / filename;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue