Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 18, 2014
1 parent 43568ae commit d393bd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.2 Oct 18, 2014:
* Initial Python3 support
* Add special SDL2 joystick event system for input config
* Add support for non-native rom files in romlist
* Many bug fixes, full log http://git.io/yRePKw

v0.2.1 Mar 09, 2014:
* Greatly speed up reading ROM list
* Check if core supports DelaySI/CountPerOp options
Expand Down
2 changes: 1 addition & 1 deletion src/m64py/core/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
CORE_API_VERSION = 0x20001
CONFIG_API_VERSION = 0x20000
MINIMUM_CORE_VERSION = 0x016300
FRONTEND_VERSION = "0.2.1"
FRONTEND_VERSION = "0.2.2"

SIZE_1X = (320, 240)
SIZE_2X = (640, 480)
Expand Down

0 comments on commit d393bd9

Please sign in to comment.