diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2013-02-16 17:50:40 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2013-02-16 19:30:24 -0600 |
| commit | 53aec6c476b0ec9db4d301eaafedbb26eb3697f4 (patch) | |
| tree | dc0f60174eb8222ae6fa10321ad85fcbf9ce3d42 /Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp | |
| parent | 54947b1e2246804ddf5ec0378f8111905a6d04bd (diff) | |
Fix OGL perf queries and make them not slow!
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp index 3c6fdcca38..100ff55bf4 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp @@ -176,6 +176,12 @@ u32 VideoSoftware::Video_AccessEFB(EFBAccessType type, u32 x, u32 y, u32 InputDa return value; } +u32 VideoSoftware::Video_GetQueryResult(PerfQueryType type) +{ + // TODO: + return 0; +} + bool VideoSoftware::Video_Screenshot(const char *_szFilename) { return false; |
