summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.h
diff options
context:
space:
mode:
authorGravatar bunnei2021-11-16 18:52:11 -0800
committerGravatar GitHub2021-11-16 18:52:11 -0800
commit71313509f75aeafe425e531824d1faa9e7c0a40b (patch)
treecb1df371d288677fcede6a3409eb079e0d278163 /src/core/frontend/framebuffer_layout.h
parentMerge pull request #7347 from lioncash/catch (diff)
parentTextureCache: Fix Automatic Anisotropic. (diff)
downloadyuzu-71313509f75aeafe425e531824d1faa9e7c0a40b.tar.gz
yuzu-71313509f75aeafe425e531824d1faa9e7c0a40b.tar.xz
yuzu-71313509f75aeafe425e531824d1faa9e7c0a40b.zip
Merge pull request #7219 from FernandoS27/aristotles-right-testicle
Project A.R.T. Advanced Rendering Techniques
Diffstat (limited to 'src/core/frontend/framebuffer_layout.h')
-rw-r--r--src/core/frontend/framebuffer_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/framebuffer_layout.h b/src/core/frontend/framebuffer_layout.h
index e2e3bbbb3..2e36c0163 100644
--- a/src/core/frontend/framebuffer_layout.h
+++ b/src/core/frontend/framebuffer_layout.h
@@ -60,7 +60,7 @@ FramebufferLayout DefaultFrameLayout(u32 width, u32 height);
60 * Convenience method to get frame layout by resolution scale 60 * Convenience method to get frame layout by resolution scale
61 * @param res_scale resolution scale factor 61 * @param res_scale resolution scale factor
62 */ 62 */
63FramebufferLayout FrameLayoutFromResolutionScale(u32 res_scale); 63FramebufferLayout FrameLayoutFromResolutionScale(f32 res_scale);
64 64
65/** 65/**
66 * Convenience method to determine emulation aspect ratio 66 * Convenience method to determine emulation aspect ratio