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

docs: new comments

parent 2c933579
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ pub struct Ppu {
bg_map: bool,
bg_tile: bool,
switch_lcd: bool,
/// The current execution mode of the PPU, should change
/// between states over the drawing of a frame.
mode: PpuMode,
/// Internal clock counter used to control the time in ticks
/// spent in each of the PPU modes.
......
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