finalize 3.0.7

This commit is contained in:
dborth 2009-07-24 06:05:38 +00:00
parent 4b8f668d9b
commit 66de3b0b6d
3 changed files with 6 additions and 3 deletions

View File

@ -33,9 +33,10 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.0.7]
[3.0.7 - July 24, 2009]
* Core upgraded to FCEUX 2.1.0a - improved game compatibility
* State issues fixed - old state files are now invalid!
* Cheat support (.CHT files)
* IPS/UPS/PPF automatic patching support
* Fixed "No game saves found." message when there are actually saves.

View File

@ -2887,6 +2887,8 @@ static int MenuSettingsVideo()
sprintf(options.name[i++], "Video Mode");
options.length = i;
options.name[2][0] = 0; // hide hq2x since it's not working
for(i=0; i < options.length; i++)
options.value[i][0] = 0;

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="3.0.6">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.6%20-%20Wii.zip"></file>
<app version="3.0.7">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.7%20-%20Wii.zip"></file>
</app>