mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix various comment typos
This commit is contained in:
parent
b0e2642883
commit
f163bd1048
6 changed files with 12 additions and 10 deletions
|
@ -75,7 +75,7 @@ static const u32 STATE_VERSION = 65; // Last changed in PR 4120
|
|||
|
||||
// Maps savestate versions to Dolphin versions.
|
||||
// Versions after 42 don't need to be added to this list,
|
||||
// beacuse they save the exact Dolphin version to savestates.
|
||||
// because they save the exact Dolphin version to savestates.
|
||||
static const std::map<u32, std::pair<std::string, std::string>> s_old_versions = {
|
||||
// The 16 -> 17 change modified the size of StateHeader,
|
||||
// so versions older than that can't even be decompressed anymore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue