summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-12-23 20:36:51 +0100
committerGitHub <noreply@github.com>2018-12-23 20:36:51 +0100
commit9a22a94a510e6f537b5156a960f0d49307089668 (patch)
tree05d895b5fc1aa0caa51cce9314fd1c81244f69a0 /src/video_core/video_core.h
parentMerge pull request #1930 from lioncash/common (diff)
parentyuzu, video_core: Screenshot functionality (diff)
downloadyuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar.gz
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar.bz2
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar.lz
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar.xz
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.tar.zst
yuzu-9a22a94a510e6f537b5156a960f0d49307089668.zip
Diffstat (limited to 'src/video_core/video_core.h')
-rw-r--r--src/video_core/video_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h
index f79f85dfe..5b373bcb1 100644
--- a/src/video_core/video_core.h
+++ b/src/video_core/video_core.h
@@ -22,4 +22,6 @@ class RendererBase;
*/
std::unique_ptr<RendererBase> CreateRenderer(Core::Frontend::EmuWindow& emu_window);
+u16 GetResolutionScaleFactor(const RendererBase& renderer);
+
} // namespace VideoCore