Merge branch 'TASEmulators:master' into master

This commit is contained in:
Cyneprepou4uk 2022-09-29 03:02:26 +03:00 committed by GitHub
commit 7ffa605ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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;
}

View File

@ -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>