mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
hle: nvflinger: Use std::chrono for present_ns.
This commit is contained in:
parent
ca12a77670
commit
650c9d0d62
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