diff options
| author | comex <comexk@gmail.com> | 2014-08-26 20:17:27 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-08-26 20:17:27 -0400 |
| commit | 75b9d6da482aaa27df2865092a7dbf67f8333e46 (patch) | |
| tree | ac321b590b5db2d2e841567be8b1720896427b60 /Source/Core/VideoCommon/RenderBase.cpp | |
| parent | f52888d3ec9a7ca8edf673293c28b28b0fd3516b (diff) | |
| parent | e31d6feaa23afc00a84762300e37d2f634a659ff (diff) | |
Merge pull request #867 from comex/gpu-determinism-pr1
Some small preparatory changes to VideoCommon for GPU thread determinism mode.
Diffstat (limited to 'Source/Core/VideoCommon/RenderBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/RenderBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/RenderBase.cpp b/Source/Core/VideoCommon/RenderBase.cpp index 07b4f8bccb..e877023293 100644 --- a/Source/Core/VideoCommon/RenderBase.cpp +++ b/Source/Core/VideoCommon/RenderBase.cpp @@ -126,7 +126,7 @@ void Renderer::RenderToXFB(u32 xfbAddr, const EFBRectangle& sourceRc, u32 fbWidt else { Swap(xfbAddr, fbWidth, fbHeight,sourceRc,Gamma); - Common::AtomicStoreRelease(s_swapRequested, false); + s_swapRequested.Clear(); } } |
