mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 06:57:51 -05:00
Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.
This commit is contained in:
@ -17,6 +17,13 @@ namespace Devices {
|
||||
class nvdevice;
|
||||
}
|
||||
|
||||
struct IoctlFence {
|
||||
u32 id;
|
||||
u32 value;
|
||||
};
|
||||
|
||||
static_assert(sizeof(IoctlFence) == 8, "IoctlFence has wrong size");
|
||||
|
||||
class Module final {
|
||||
public:
|
||||
Module();
|
||||
|
Reference in New Issue
Block a user