nyanpasu64

Results 175 comments of nyanpasu64

> I'd keep it, and add something like "not enough samples to continue" I've commented the audio skipping code and assert (though differently from your suggestion). Is that sufficient? >...

Rather late to say this, but these look more like LCD shaders than CRT, because the phosphor grid is as wide as the scanlines are tall. In CRTs generally the...

If your intent is to show the latest frame, you could switch to using Vulkan mailbox sync if available, rather than FIFO. This results in a bounded latency variation of...

what is the status of the v2a branch? Will this pull request be merged?

## Inconsistent initial latency, video latency drifts (usually increases) over time, and occasional zigzag tearing when latency overflows 1 frame I have a similar problem with my GBS-Control with clock...

(Draft post, not 100% polished) EDIT: I'm thinking the minimum steady-state latency is probably near-zero for 480p input and possibly 240p input (all you need is the current and next...

To elaborate on my previous post, I'm thinking the minimum steady-state latency is probably near-zero for 480p input and possibly 240p input (all you need is the current and next...

> I think you can get away without determining in-to-out latency, assuming it is fixed as soon as in and out frequencies are matched. It appears to be so, because...

Just posted #405 with an 80% fix for this bug. - Should I extract out solely the bugfix, or submit my non-sync-related refactors in separate PRs first? - Right now,...

It's good to have more testers. To run the code locally: - Check out https://github.com/nyanpasu64/gbs-control/tree/fixed-latency (`gh pr checkout 405`, you may need to add my repo as a remote to...