core: allow LCD rendering to happen in separate thread #88
Labels
diff: complex
A difficult issue; may require significant planning.
enhancement
New feature or request
Milestone
Peanut-GB would signal to the frontend that it should call
gb_lcd_render_line()
with copied sprite data and LCD registers.This would allow the LCD drawing -- which requires a lot of time -- to be completed on a separate thread whilst emulation continues.
The text was updated successfully, but these errors were encountered: