mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 13:57:52 +00:00
hle: nvflinger: Use std::chrono for present_ns.
This commit is contained in:
parent
1f6dcd3784
commit
d89257ddea
7 changed files with 30 additions and 25 deletions
|
@ -240,7 +240,7 @@ void NVFlinger::Compose() {
|
|||
VI::Layer& layer = display.GetLayer(0);
|
||||
|
||||
android::BufferItem buffer{};
|
||||
const auto status = layer.GetConsumer().AcquireBuffer(&buffer, 0, false);
|
||||
const auto status = layer.GetConsumer().AcquireBuffer(&buffer, {}, false);
|
||||
|
||||
if (status != android::Status::NoError) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue