mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
3d8a573d66
|
@ -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.
|
||||||
|
|
|
@ -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>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue