mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 11:56:25 +01:00
finalize 4.3.9
This commit is contained in:
parent
6a045e6441
commit
abe92818ce
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Snes9x GX</name>
|
<name>Snes9x GX</name>
|
||||||
<coder>Tantric, Zopenko, Askot</coder>
|
<coder>Tantric, Zopenko, Askot</coder>
|
||||||
<version>4.3.8</version>
|
<version>4.3.9</version>
|
||||||
<release_date>20180816</release_date>
|
<release_date>20180824</release_date>
|
||||||
<short_description>Super Nintendo Emulator</short_description>
|
<short_description>Super Nintendo Emulator</short_description>
|
||||||
<long_description>A port of Snes9x to the Wii.</long_description>
|
<long_description>A port of Snes9x to the Wii.</long_description>
|
||||||
<ahb_access />
|
<ahb_access />
|
||||||
|
@ -33,9 +33,9 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
[4.3.9]
|
[4.3.9 - August 24, 2018]
|
||||||
|
|
||||||
* Revert core completely back to Snes9x 1.52 to fix some games
|
* Revert core completely back to Snes9x 1.52
|
||||||
* Rewritten audio handling
|
* Rewritten audio handling
|
||||||
* Fix tinny audio issue when going from the game to the menu and back
|
* Fix tinny audio issue when going from the game to the menu and back
|
||||||
* Fixed random in-game crashes
|
* Fixed random in-game crashes
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.3.8"
|
#define APPVERSION "4.3.9"
|
||||||
#define APPFOLDER "snes9xgx"
|
#define APPFOLDER "snes9xgx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user