Skip to content

Commit

Permalink
main: Bump up the version to v4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Chvila <miso.chvila@gmail.com>
  • Loading branch information
Electry committed Jan 6, 2019
1 parent 156af2e commit 94aea33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int sceDisplaySetFrameBuf_patched(const SceDisplayFrameBuf *pParam, int sync) {

osdSetBgColor(0, 0, 0, 0);
osdSetTextScale(1);
osdDrawStringF(120, 30, "v4.0 ALPHA [%s]", g_main.titleid);
osdDrawStringF(120, 30, "v4.0 [%s]", g_main.titleid);
osdSetTextScale(2);

int y = 62;
Expand Down

0 comments on commit 94aea33

Please sign in to comment.