Skip to content
Snippets Groups Projects
Verified Commit ca567ed1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: `window_counter` issue in PPU

parent 557bd2b4
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* Breaking issue with Libretro frontend and Linux
* Fix ´window_counter´ issue in PPU
## [0.9.13] - 2023-08-01
......
......@@ -820,6 +820,7 @@ impl Ppu {
self.ly = 0;
self.int_vblank = false;
self.int_stat = false;
self.window_counter = 0;
self.first_frame = true;
self.clear_frame_buffer();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment