This commit is contained in:
thrust26 2020-08-26 17:58:05 +02:00
commit 3d8a573d66
2 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,11 @@
-Have fun! -Have fun!
6.2.1 to 6.2.2 (August 25, 2020)
* Fixed bug in initial controller mapping.
6.2 to 6.2.1: (June 20, 2020) 6.2 to 6.2.1: (June 20, 2020)
* Fixed Pitfall II ROM not working correctly. * Fixed Pitfall II ROM not working correctly.

View File

@ -142,7 +142,7 @@ class Event
}; };
// Event list version, update only if the id of existing(!) event types changed // Event list version, update only if the id of existing(!) event types changed
static constexpr Int32 VERSION = 4; static constexpr Int32 VERSION = 5;
using EventSet = std::set<Event::Type>; using EventSet = std::set<Event::Type>;