JayFoxRox / Lindbergh-Emulator

A Sega Lindbergh environment / HLE for Linux
46 stars 8 forks source link

SEGAAPI buffer updates during playback need redesign #89

Open JayFoxRox opened 5 years ago

JayFoxRox commented 5 years ago

Should be rewritten to use a handful of buffers per buffer, so they can be updated when playback does not happen.

Not sure if OR2 or LGJ use this feature, so needs more research first.

I'll probably do a watchdog thread which re-queues buffers. It sucks hard, but I see no other option :(