Skip to content

Commit

Permalink
bump version to "1.39ff.20111215.1" as well as a changelog note for the
Browse files Browse the repository at this point in the history
battery level indicator
  • Loading branch information
ivanovic committed Dec 15, 2011
1 parent f72292d commit 5cbd0e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ since the details are unknown.
3) At the buttom are the changes that were done in Snes9x4X compared to mainline
Snes9x and were done by SiENcE to allow porting to various decives.

Changes in HEAD compared to "1.39ff.20111213.1":
Changes in "1.39ff.20111215.1" compared to "1.39ff.20111213.1":
* Added a "toggle turbo mode" key and mapped it to 't' on the keyboard.
* Added a battery level indicator in the menu.
* Increased the number of savestate slots to 10 (instead of 4).
* Updated preview pics.

Expand Down
4 changes: 2 additions & 2 deletions pandora/pnd/PXML.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="snes9x4p_ivanovic">
<author name="snes9x team / SiENcE / skeezix / Ivanovic / other contributors" website="http://www.gp32x.com/board/index.php?/topic/55378-snes9x4d4p-another-new-build-now-with-hi-res-and-new-rom-picker/"/>

<version major="1" minor="39ff" release="20111213" build="1" type="release"/>
<version major="1" minor="39ff" release="20111215" build="1" type="release"/>

<titles>
<title lang="en_US">Snes9x4P</title>
Expand All @@ -24,7 +24,7 @@

<author name="snes9x team / SiENcE / skeezix / Ivanovic / other contributors" website="http://www.gp32x.com/board/index.php?/topic/55378-snes9x4d4p-another-new-build-now-with-hi-res-and-new-rom-picker/"/>

<version major="1" minor="39ff" release="20111213" build="1" type="release"/>
<version major="1" minor="39ff" release="20111215" build="1" type="release"/>

<titles>
<title lang="en_US">Snes9x4P</title>
Expand Down
4 changes: 2 additions & 2 deletions unix/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void loadmenu_dispupdate(int romcount)
}


strcpy(disptxt[0]," Snes9x4P v20111213");
strcpy(disptxt[0]," Snes9x4P v20111215");

//copy roms filenames to disp[] cache
for(int i=0;i<=romcount_maxrows;i++)
Expand Down Expand Up @@ -268,7 +268,7 @@ void menu_dispupdate(void)
}


strcpy(disptxt[0],"Snes9x4P v20111213");
strcpy(disptxt[0],"Snes9x4P v20111215");

strcpy(disptxt[1],"------------------");
strcpy(disptxt[2],"Exit Emulator");
Expand Down

0 comments on commit 5cbd0e7

Please sign in to comment.