mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 14:27:57 -05:00
video_core: simplify accelerated surface fetch and crop handling between APIs
This commit is contained in:
@ -24,4 +24,7 @@ struct FramebufferConfig {
|
||||
Common::Rectangle<int> crop_rect;
|
||||
};
|
||||
|
||||
Common::Rectangle<f32> NormalizeCrop(const FramebufferConfig& framebuffer, u32 texture_width,
|
||||
u32 texture_height);
|
||||
|
||||
} // namespace Tegra
|
||||
|
Reference in New Issue
Block a user