mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 13:04:21 +01:00
Merge pull request #733 from bladeoner/build
Update build to version 4.3.8
This commit is contained in:
commit
2af5720dbf
@ -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.5-fix1</version>
|
<version>4.3.8</version>
|
||||||
<release_date>20160216</release_date>
|
<release_date>20180805</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 />
|
||||||
|
10
readme.txt
10
readme.txt
@ -32,14 +32,18 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
[4.3.8]
|
[4.3.8 - August 5, 2018]
|
||||||
|
|
||||||
* Add MSU1 support (thanks qwertymodo!)
|
* Add MSU1 support (thanks qwertymodo!)
|
||||||
* Add BPS soft-patching support (thanks qwertymodo!)
|
* Add BPS soft-patching support (thanks qwertymodo!)
|
||||||
* Allow loader to pass two arguments instead of three (libertyernie)
|
* Allow loader to pass two arguments instead of three (libertyernie)
|
||||||
* backport some MSU1 fixes from snes9x
|
* Backport some MSU1 fixes from snes9x
|
||||||
* Fix a few potential crashes caused by the GUI
|
* Fix a few potential crashes caused by the GUI
|
||||||
* Compiled with latest libOGC/devkitPPC
|
* Compiled with latest libOGC/devkitPPC
|
||||||
|
* Remove update check completely.
|
||||||
|
* Compatibility fixes for newer devkitppc.
|
||||||
|
* Compile fixes for Gamecube
|
||||||
|
* Compile fixes for Linux
|
||||||
|
|
||||||
[4.3.7 - December 9, 2016]
|
[4.3.7 - December 9, 2016]
|
||||||
|
|
||||||
@ -910,4 +914,4 @@ changes to the emulator settings again and save them.
|
|||||||
|
|
||||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||||
|0O×øo· ·oø×O0|
|
|0O×øo· ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.3.7"
|
#define APPVERSION "4.3.8"
|
||||||
#define APPFOLDER "snes9xgx"
|
#define APPFOLDER "snes9xgx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user