Stenzek edb5f855c2 VideoConfig: Prevent race condition on g_Config when refreshing
There was a race condition between the video thread and the host thread,
if corrections need to be made by VerifyValidity(). Briefly, the config
will contain invalid values. Instead, pause emulation first, which will
flush the video thread, update the config and correct it, then resume
emulation, after which the video thread will detect the config has
changed and act accordingly.
2017-10-10 23:56:33 +10:00
..
2017-08-22 16:40:34 +02:00
2017-10-08 13:04:23 +02:00
2017-09-10 12:28:53 +02:00
2017-03-08 01:24:18 -08:00