mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
finalize 4.3.0
This commit is contained in:
parent
36b33a261c
commit
2e16966bbb
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Snes9x GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>4.2.9</version>
|
||||
<release_date>20120114</release_date>
|
||||
<version>4.3.0</version>
|
||||
<release_date>20120706</release_date>
|
||||
<short_description>Super Nintendo Emulator</short_description>
|
||||
<long_description>A port of Snes9x to the Wii.</long_description>
|
||||
<ahb_access />
|
||||
|
@ -43,6 +43,15 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
||||
| UPDATE HISTORY |
|
||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||
|
||||
[4.3.0 - July 6, 2012]
|
||||
|
||||
* Support for newer Wiimotes
|
||||
* Fixed screen flicker when going back to menu
|
||||
* Improved L/R buttons for GameCube - trigger button press when 50%+ depressed
|
||||
* Improved controller behavior - allow two directions to be pressed simultaneously
|
||||
* Timing changes
|
||||
* Compiled with devkitPPC r26 and libogc 1.8.11
|
||||
|
||||
[4.2.9 - January 14, 2012]
|
||||
|
||||
* More accurate pixel scaling (thanks eke-eke!)
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "filelist.h"
|
||||
|
||||
#define APPNAME "Snes9x GX"
|
||||
#define APPVERSION "4.2.9"
|
||||
#define APPVERSION "4.3.0"
|
||||
#define APPFOLDER "snes9xgx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="4.2.8">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.2.8.zip"></file>
|
||||
<app version="4.3.0">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.3.0.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user