mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
vi: Partially implement buffer crop parameters.
This commit is contained in:
parent
8931dadcf7
commit
42b866afc5
9 changed files with 46 additions and 14 deletions
|
@ -67,6 +67,7 @@ struct FramebufferConfig {
|
|||
|
||||
using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags;
|
||||
TransformFlags transform_flags;
|
||||
MathUtil::Rectangle<int> crop_rect;
|
||||
};
|
||||
|
||||
namespace Engines {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue