zhupengfei ae288b913d core, video_core: Fixes to make savestates work
1. Acquire the context before initializing renderer when using async gpu

2. Do not try present when renderer is nullptr
  This has some potential race condition but is also what we do in qt

3. Synchronize before serializing video core (WaitForProcessing)
  For this, the GPU thread is changed to pop commands *after* processing.

4. Avoid waiting on future fences
  Such events can exist in core timing queue when deserializing.
2021-02-21 18:06:29 -05:00
..
2021-01-04 05:11:18 +01:00
2018-06-29 14:18:07 +03:00
2020-08-19 01:45:57 -03:00
2020-02-13 17:39:15 +08:00
2020-04-27 15:35:18 -04:00
2019-09-15 22:35:21 -05:00
2021-02-21 18:06:28 -05:00