We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43568ae commit d393bd9Copy full SHA for d393bd9
ChangeLog
@@ -1,3 +1,9 @@
1
+v0.2.2 Oct 18, 2014:
2
+ * Initial Python3 support
3
+ * Add special SDL2 joystick event system for input config
4
+ * Add support for non-native rom files in romlist
5
+ * Many bug fixes, full log http://git.io/yRePKw
6
+
7
v0.2.1 Mar 09, 2014:
8
* Greatly speed up reading ROM list
9
* Check if core supports DelaySI/CountPerOp options
src/m64py/core/defs.py
@@ -22,7 +22,7 @@
22
CORE_API_VERSION = 0x20001
23
CONFIG_API_VERSION = 0x20000
24
MINIMUM_CORE_VERSION = 0x016300
25
-FRONTEND_VERSION = "0.2.1"
+FRONTEND_VERSION = "0.2.2"
26
27
SIZE_1X = (320, 240)
28
SIZE_2X = (640, 480)
0 commit comments