From 04fa2b55ce705b0b0addcc0262d903169ca5ecb5 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 19 Aug 2021 19:39:46 +0200 Subject: [PATCH] early-access version 1999 --- README.md | 2 +- src/core/hle/service/vi/vi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 212d23b9e..00d538295 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1998. +This is the source code for early-access 1999. ## Legal Notice diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index c2b6a97ec..1f72ecd11 100755 --- a/src/core/hle/service/vi/vi.cpp +++ b/src/core/hle/service/vi/vi.cpp @@ -1159,7 +1159,7 @@ private: const auto layer_id = nv_flinger.CreateLayer(display_id); if (!layer_id) { - LOG_ERROR(Service_VI, "Layer not found! layer_id={}", *layer_id); + LOG_ERROR(Service_VI, "Layer not found! display_id={}", display_id); IPC::ResponseBuilder rb{ctx, 2}; rb.Push(ERR_NOT_FOUND); return;