Added download links for packaged Win64 Qt/SDL application built on appveyor.
This commit is contained in:
parent
a562da6db3
commit
97c8c591bd
2
TODO-SDL
2
TODO-SDL
|
@ -62,7 +62,7 @@ QT
|
|||
===
|
||||
* Clean out rest of old GTK comments and #ifdefs
|
||||
* GUI Debug Tools Pretty Much Done
|
||||
* GUI should compile in windows as well.... but testing is not a priority since the windows gui already has a totally separate backend.
|
||||
* GUI now compiles in windows as well.
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
|
|
@ -7,6 +7,7 @@ An open source NES Emulator for Windows and Unix that features solid emulation a
|
|||
Interim builds:
|
||||
* Win32: [fceux.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032)
|
||||
* Win64: [fceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064)
|
||||
* Win64 Qt/SDL: [qfceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/qfceux64.zip?branch=master&job=Win64%20Qt)
|
||||
* Ubuntu: [fceux-2.3.0-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-amd64.deb?branch=master&job=Ubuntu)
|
||||
* MacOSX: [fceux-2.3.0-Darwin.dmg](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-Darwin.dmg?branch=master&job=MacOS)
|
||||
* Status: [Appveyor](https://ci.appveyor.com/project/zeromus/fceux/)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
The Win32 port has an extensive set of native gui amenities and tools.
|
||||
The SDL port supports most of the features of the Win32 build (debug tools, Lua scripting, movie recording),
|
||||
but some of the Win32 features (TAS Editor) are exclusive to Windows.
|
||||
The SDL port should run in any UNIX-like OS (Linux/Solaris/BSD/OSX).
|
||||
The SDL port should run in any UNIX-like OS (Linux/Solaris/BSD/OSX) as well as Windows.
|
||||
</p>
|
||||
|
||||
<p>Network play in both the Win32 and SDL ports is not presently functional. There are no plans to fix it at this time.</p>
|
||||
|
@ -77,6 +77,7 @@
|
|||
<ul>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032">Windows 32-bit</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064">Windows 64-bit</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/qfceux64.zip?branch=master&job=Win64%20Qt">Win 64 Qt/SDL</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-Darwin.dmg?branch=master&job=MacOS">Mac OS X</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue