Multi-threaded emulation on or off? #1371
-
Hi @flyinghead I was going through the Advanced settings tab and found multi-threaded emulation disabled. When would you generally recommend turning this particular setting on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The original hardware is closer to multi-threaded way since we have both the CPU+GPU working in parallels, however the emulation is not perfect sometimes: e.g. there is issue like race condition for texture update / off canvas rendering. Some say single threaded rendering provides a better frame pacing or less input lag. For me, if I have a super powerful hardware, I would use single-threaded mode, vice versa. YMMV. |
Beta Was this translation helpful? Give feedback.
The original hardware is closer to multi-threaded way since we have both the CPU+GPU working in parallels, however the emulation is not perfect sometimes: e.g. there is issue like race condition for texture update / off canvas rendering.
Some say single threaded rendering provides a better frame pacing or less input lag.
For me, if I have a super powerful hardware, I would use single-threaded mode, vice versa.
YMMV.