mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
parent
a7f407ab22
commit
1f6dcd3784
35 changed files with 76 additions and 79 deletions
|
@ -20,8 +20,8 @@ struct FramebufferConfig {
|
|||
u32 width{};
|
||||
u32 height{};
|
||||
u32 stride{};
|
||||
android::PixelFormat pixel_format{};
|
||||
android::BufferTransformFlags transform_flags{};
|
||||
Service::android::PixelFormat pixel_format{};
|
||||
Service::android::BufferTransformFlags transform_flags{};
|
||||
Common::Rectangle<int> crop_rect;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue