Skip to main content

Module roms

Module roms 

Source
Expand description

Shared ROM list fetching helpers.

Constants§

ROM_PAGE_CEILING
Maximum ROM rows fetched by paginated helpers (TUI safety cap).

Functions§

fetch_roms_paginated
Fetch all pages for a GetRoms request up to ROM_PAGE_CEILING.
rom_list_fetch_complete
True when a paginated ROM list has enough rows to stop fetching (items.len() >= total, or the safety ceiling was hit).