mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
This commit is contained in:
parent
a805ef35ba
commit
c2d824d24a
@ -2,7 +2,7 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>FCE Ultra GX</name>
|
<name>FCE Ultra GX</name>
|
||||||
<coder>Tantric</coder>
|
<coder>Tantric</coder>
|
||||||
<version>3.1.5</version>
|
<version>3.1.6</version>
|
||||||
<release_date>20100409</release_date>
|
<release_date>20100409</release_date>
|
||||||
<short_description>Nintendo Emulator</short_description>
|
<short_description>Nintendo Emulator</short_description>
|
||||||
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 3.1.5
|
Version 3.1.6
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -33,6 +33,10 @@ Wii/GameCube.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[3.1.6 - April 9, 2010]
|
||||||
|
|
||||||
|
* Fix auto-save bug
|
||||||
|
|
||||||
[3.1.5 - April 9, 2010]
|
[3.1.5 - April 9, 2010]
|
||||||
|
|
||||||
* Most 3rd party controllers should work now (you're welcome!)
|
* Most 3rd party controllers should work now (you're welcome!)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "fceultra/driver.h"
|
#include "fceultra/driver.h"
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "3.1.5"
|
#define APPVERSION "3.1.6"
|
||||||
#define APPFOLDER "fceugx"
|
#define APPFOLDER "fceugx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
@ -510,6 +510,10 @@ int BrowserLoadFile()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// store the filename (w/o ext) - used for ram/state naming
|
||||||
|
StripExt(romFilename, browserList[browser.selIndex].filename);
|
||||||
|
strcpy(loadedFile, browserList[browser.selIndex].filename);
|
||||||
|
|
||||||
// load UPS/IPS/PPF patch
|
// load UPS/IPS/PPF patch
|
||||||
filesize = LoadPatch(filesize);
|
filesize = LoadPatch(filesize);
|
||||||
|
|
||||||
@ -524,11 +528,6 @@ int BrowserLoadFile()
|
|||||||
LoadStateAuto(SILENT);
|
LoadStateAuto(SILENT);
|
||||||
|
|
||||||
ResetNES();
|
ResetNES();
|
||||||
|
|
||||||
// store the filename (w/o ext) - used for ram/state naming
|
|
||||||
StripExt(romFilename, browserList[browser.selIndex].filename);
|
|
||||||
strcpy(loadedFile, browserList[browser.selIndex].filename);
|
|
||||||
|
|
||||||
ResetBrowser();
|
ResetBrowser();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="3.1.5">
|
<app version="3.1.6">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.5.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.6.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user