Merge branch 'TASEmulators:master' into master
This commit is contained in:
commit
7ffa605ba5
|
@ -130,8 +130,8 @@ int FCEU_InitVirtualVideo(void)
|
|||
|
||||
memset(XBuf,128,256*256);
|
||||
memset(XBackBuf,128,256*256);
|
||||
memset(XBuf,128,256*256);
|
||||
memset(XBackBuf,128,256*256);
|
||||
memset(XDBuf,0,256*256);
|
||||
memset(XDBackBuf,0,256*256);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
|
@ -101,6 +101,11 @@
|
|||
<li>The Qt/SDL port requires development packages for Qt5, SDL2, minizip, zlib, and OpenGL</li>
|
||||
</ul>
|
||||
<h3>Old Versions</h3>
|
||||
|
||||
<p>Versions since 2.2.3 can be found at: <a href="https://github.com/TASEmulators/fceux/releases">Github Releases</a>
|
||||
or <a href="https://sourceforge.net/projects/fceultra/files/Binaries/">SourceForge Files</a>.
|
||||
</p>
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Win32 Binary</th><th>SRC</th><th>Deb Binary</th>
|
||||
|
|
Loading…
Reference in New Issue