mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
finalize 3.0.7
This commit is contained in:
parent
4b8f668d9b
commit
66de3b0b6d
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user