Skip to content

Commit

Permalink
v0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
soarqin committed May 23, 2018
1 parent aeb1465 commit 7172263
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.11.1:
1. fixed problem that unable to render fonts after power resume
2. center ui display if screen resolution is not 960x544
3. reduced memory usage to support memory cosuming games (e.g. Assassin's
Creed: Chronicles)
4. align segment memory blocks for code hook
5. Added 'E' code for writing relative address in cheat codes

v0.11:
1. added a lite version which strips all network functions
2. fixed trophy listing for special games, e.g. WoFF
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 11
#define VERSION_PATCH 0
#define VERSION_STR "0.11"
#define VERSION_PATCH 1
#define VERSION_STR "0.11.1"

#endif

0 comments on commit 7172263

Please sign in to comment.