mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-25 02:31:50 +01:00
finalize 4.1.0
This commit is contained in:
parent
ca7efcdb45
commit
cb84a2067f
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Snes9X GX</name>
|
||||
<coder>Tantric, michniewski</coder>
|
||||
<version>4.0.9</version>
|
||||
<release_date>20090722</release_date>
|
||||
<version>4.1.0</version>
|
||||
<release_date>20090916</release_date>
|
||||
<short_description>Super Nintendo Emulator</short_description>
|
||||
<long_description>
|
||||
A Super Nintendo Emulator for Wii
|
||||
|
10
readme.txt
10
readme.txt
@ -10,7 +10,7 @@
|
||||
————————————————————————————————————————————————————————————————————————————
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· Snes9x GX 4.0.9 ·oø×O0|
|
||||
|0O×øo· Snes9x GX 4.1.0 ·oø×O0|
|
||||
| http://code.google.com/p/snes9x-gx |
|
||||
| (Under GPL License) |
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
@ -46,6 +46,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
||||
| UPDATE HISTORY |
|
||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||
|
||||
[4.1.0 - September 16, 2009]
|
||||
|
||||
* Text rendering corrections
|
||||
* SMB improvements
|
||||
* Built with latest libraries
|
||||
* Video mode switching now works properly
|
||||
* Other minor bugfixes and cleanup
|
||||
|
||||
[4.0.9 - July 22, 2009]
|
||||
|
||||
* Fixed "No game saves found." message when there are actually saves.
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "filelist.h"
|
||||
|
||||
#define APPNAME "Snes9x GX"
|
||||
#define APPVERSION "4.0.9"
|
||||
#define APPVERSION "4.1.0"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
#define NOTSILENT 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="019">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.0.9%20-%20Wii.zip"></file>
|
||||
<app version="4.1.0">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.1.0%20-%20Wii.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user