early-access version 1999

This commit is contained in:
pineappleEA 2021-08-19 19:39:46 +02:00
parent 2ee80d0e47
commit 04fa2b55ce
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 1998. This is the source code for early-access 1999.
## Legal Notice ## Legal Notice

View file

@ -1159,7 +1159,7 @@ private:
const auto layer_id = nv_flinger.CreateLayer(display_id); const auto layer_id = nv_flinger.CreateLayer(display_id);
if (!layer_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}; IPC::ResponseBuilder rb{ctx, 2};
rb.Push(ERR_NOT_FOUND); rb.Push(ERR_NOT_FOUND);
return; return;