mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 11:56:25 +01:00
fix mangled image when switching between HQ2x and scanlines filters
This commit is contained in:
parent
9cab3a68e9
commit
9dd8ebcc60
@ -33,6 +33,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
||||
| UPDATE HISTORY |
|
||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||
|
||||
[4.4.0]
|
||||
|
||||
* Improved WiiFlow integration
|
||||
* Fixed mangled image when switching between HQ2x and scanlines filters
|
||||
|
||||
[4.3.9 - August 24, 2018]
|
||||
|
||||
* Revert core completely back to Snes9x 1.52
|
||||
|
@ -757,6 +757,7 @@ update_video (int width, int height)
|
||||
fscale = 1;
|
||||
#endif
|
||||
ResetVideo_Emu (); // reset video to emulator rendering settings
|
||||
memset(filtermem, 0, FILTERMEM_SIZE);
|
||||
|
||||
/** Update scaling **/
|
||||
if (GCSettings.render == 0) // original render mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user