mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
update readme
This commit is contained in:
parent
55e906b5c5
commit
cb1d275a55
12
readme.txt
12
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 2.0.3
|
Version 2.0.4
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
@ -30,6 +30,16 @@ SNES9x GX and Genesis Plus GX projects.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[What's New 2.0.4]
|
||||||
|
* FDS BIOS loading works now
|
||||||
|
* FDS disk switching now consistently works with one button press
|
||||||
|
* FDS saving implemented
|
||||||
|
* 7z support
|
||||||
|
* Faster SD/USB (readahead cache enabled)
|
||||||
|
* VS coin now mapped to 1 button for VS zapper games
|
||||||
|
* Changed GC controller mappings - Select - Z, Start - Start,
|
||||||
|
Home - Start+A, Special - L
|
||||||
|
|
||||||
[What's New 2.0.3 - October 1, 2008]
|
[What's New 2.0.3 - October 1, 2008]
|
||||||
* Complete rewrite of loading code - FDS / UNIF / NSF support added!
|
* Complete rewrite of loading code - FDS / UNIF / NSF support added!
|
||||||
* VS games work (coin insert submitted by pakitovic)
|
* VS games work (coin insert submitted by pakitovic)
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
void DefaultSettings ();
|
void DefaultSettings ();
|
||||||
|
|
||||||
#define VERSIONNUM "2.0.3"
|
#define VERSIONNUM "2.0.4"
|
||||||
#define VERSIONSTR "FCE Ultra GX 2.0.3"
|
#define VERSIONSTR "FCE Ultra GX 2.0.4"
|
||||||
|
|
||||||
#define NOTSILENT 0
|
#define NOTSILENT 0
|
||||||
#define SILENT 1
|
#define SILENT 1
|
||||||
|
@ -256,7 +256,7 @@ decodePrefsData (int method)
|
|||||||
|
|
||||||
if(verMajor == '2' && verPoint < '3') // less than version 2.0.3
|
if(verMajor == '2' && verPoint < '3') // less than version 2.0.3
|
||||||
return false; // reset settings
|
return false; // reset settings
|
||||||
else if(verMajor > '2' || verMinor > '0' || verPoint > '3') // some future version
|
else if(verMajor > '2' || verMinor > '0' || verPoint > '4') // some future version
|
||||||
return false; // reset settings
|
return false; // reset settings
|
||||||
|
|
||||||
// File Settings
|
// File Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user