commit
83910db462
2 changed files with 13 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="yuzu-sa"
|
||||
PKG_VERSION="7cc7d027f74b5bffc0b3f8f3a6c3110999c7cc4c"
|
||||
PKG_VERSION="ad4ae399033853e6fe45a5e2a0009c614ab199fc"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/yuzu-emu/yuzu"
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/src/core/hle/service/nvnflinger/hardware_composer.cpp b/src/core/hle/service/nvnflinger/hardware_composer.cpp
|
||||
index be7eb97a..cb660c01 100644
|
||||
--- a/src/core/hle/service/nvnflinger/hardware_composer.cpp
|
||||
+++ b/src/core/hle/service/nvnflinger/hardware_composer.cpp
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "core/hle/service/nvnflinger/ui/graphic_buffer.h"
|
||||
#include "core/hle/service/vi/display/vi_display.h"
|
||||
#include "core/hle/service/vi/layer/vi_layer.h"
|
||||
+#include <optional>
|
||||
|
||||
namespace Service::Nvnflinger {
|
||||
|
Loading…
Reference in a new issue