diff options
| author | Liam <byteslice@airmail.cc> | 2024-01-03 22:46:59 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-01-31 11:27:20 -0500 |
| commit | 80de01a5b4a7f57ec7850079fbd38fac76b9d08f (patch) | |
| tree | 18086d7a71ffcd9f5bc6651aec20de37e3b1c33d /src/video_core/renderer_opengl/gl_fsr.h | |
| parent | 7cc7d027f74b5bffc0b3f8f3a6c3110999c7cc4c (diff) | |
video_core: simplify accelerated surface fetch and crop handling between APIs
Diffstat (limited to 'src/video_core/renderer_opengl/gl_fsr.h')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_fsr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_fsr.h b/src/video_core/renderer_opengl/gl_fsr.h index 1f6ae3115..a5092e396 100644 --- a/src/video_core/renderer_opengl/gl_fsr.h +++ b/src/video_core/renderer_opengl/gl_fsr.h @@ -22,7 +22,7 @@ public: void Draw(ProgramManager& program_manager, const Common::Rectangle<u32>& screen, u32 input_image_width, u32 input_image_height, - const Common::Rectangle<int>& crop_rect); + const Common::Rectangle<f32>& crop_rect); void InitBuffers(); |
