mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 11:09:22 +01:00
finalize 4.4.8
This commit is contained in:
parent
de1155730c
commit
b61d0102b0
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Snes9x GX</name>
|
||||
<coder>Tantric, Zopenko, Askot</coder>
|
||||
<version>4.4.7</version>
|
||||
<release_date>20200304s</release_date>
|
||||
<version>4.4.8</version>
|
||||
<release_date>20200629</release_date>
|
||||
<short_description>Super Nintendo Emulator</short_description>
|
||||
<long_description>A port of Snes9x to the Wii.</long_description>
|
||||
<ahb_access />
|
||||
|
10
readme.txt
10
readme.txt
@ -35,6 +35,16 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
||||
| UPDATE HISTORY |
|
||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||
|
||||
[4.4.8 - June 29, 2020]
|
||||
|
||||
* Compiled with latest devkitPPC/libogc
|
||||
* Fixed graphical glitches on GameCube port
|
||||
* Translation updates
|
||||
* Added Wii U vWii Channel, widescreen patch, and now reports console/CPU speed
|
||||
* Upstream updates for Snes9x
|
||||
* BS-X rom is now optional. If missing, will load directly into the game
|
||||
* Other minor fixes
|
||||
|
||||
[4.4.7 - March 4, 2020]
|
||||
|
||||
* Fixed 3rd party controllers (again)
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "filelist.h"
|
||||
|
||||
#define APPNAME "Snes9x GX"
|
||||
#define APPVERSION "4.4.7"
|
||||
#define APPVERSION "4.4.8"
|
||||
#define APPFOLDER "snes9xgx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user