Browse Source

Update src/core/hle/service/nvnflinger/buffer_slot.h

pull/3218/head
John 1 month ago
committed by crueter
parent
commit
ad8451e17d
  1. 1
      src/core/hle/service/nvnflinger/buffer_slot.h

1
src/core/hle/service/nvnflinger/buffer_slot.h

@ -37,7 +37,6 @@ struct BufferSlot final {
bool needs_cleanup_on_release{}; bool needs_cleanup_on_release{};
bool attached_by_consumer{}; bool attached_by_consumer{};
bool is_preallocated{}; bool is_preallocated{};
s64 queue_time{}, presentation_time{};
}; };
} // namespace Service::android } // namespace Service::android
Loading…
Cancel
Save