mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-28 20:39:33 -04: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