Skip to main content

FRAMEBUFFER_LEN

Constant FRAMEBUFFER_LEN 

Source
pub const FRAMEBUFFER_LEN: usize = _; // 61_184usize
Expand description

Framebuffer length at normal (non-hires) resolution, in 15-bit BGR pixels.

This is the length Ppu::framebuffer returns for every frame that never enters hi-res — i.e. every currently shipping ROM/golden-vector, which stays byte-identical to before this const’s hi-res sibling was added.