dolphin/Source/Core/VideoBackends
degasus eb310cbd1d VideoCommon: disable efb access + perf querys on cph thread
The usual way to handle this kind of request is to rise a flag which the gpu thread polls.
The gpu thread itself either generates the result or just write zeros if disabled.
After this, it rise another flag which says that this work is done.

So if disabled, we still have the cpu-gpu round trip time. This commit just returns 0 on the cpu thread
instead of playing ping pong...
2014-01-09 18:37:59 +01:00
..
D3D VideoCommon: disable efb access + perf querys on cph thread 2014-01-09 18:37:59 +01:00
OGL VideoCommon: disable efb access + perf querys on cph thread 2014-01-09 18:37:59 +01:00
Software Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00