diff options
| author | nbouteme <nbouteme@users.noreply.github.com> | 2020-05-17 01:00:35 +0200 |
|---|---|---|
| committer | nbouteme <nbouteme@users.noreply.github.com> | 2020-06-24 12:59:41 +0200 |
| commit | b68ab560dc541b4894ecb5eccb9dfd8c5efed308 (patch) | |
| tree | 4c5a3dbbf3f9a2d144716fb7f7169583372db4fa /Source/Core/Core/State.cpp | |
| parent | a1a107dc08e8b36f908ac901273f082bb3e00612 (diff) | |
Make SO_POLL complete asynchronously
Diffstat (limited to 'Source/Core/Core/State.cpp')
| -rw-r--r-- | Source/Core/Core/State.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/State.cpp b/Source/Core/Core/State.cpp index 1a2b74c00b..9c01be2d72 100644 --- a/Source/Core/Core/State.cpp +++ b/Source/Core/Core/State.cpp @@ -74,7 +74,7 @@ static Common::Event g_compressAndDumpStateSyncEvent; static std::thread g_save_thread; // Don't forget to increase this after doing changes on the savestate system -constexpr u32 STATE_VERSION = 117; // Last changed in PR 7396 +constexpr u32 STATE_VERSION = 118; // Last changed in PR 8813 // Maps savestate versions to Dolphin versions. // Versions after 42 don't need to be added to this list, |
