mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:28:01 -05:00
vi: Partially implement buffer crop parameters.
This commit is contained in:
@ -67,6 +67,7 @@ struct FramebufferConfig {
|
||||
|
||||
using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags;
|
||||
TransformFlags transform_flags;
|
||||
MathUtil::Rectangle<int> crop_rect;
|
||||
};
|
||||
|
||||
namespace Engines {
|
||||
|
Reference in New Issue
Block a user