diff options
author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-07 12:03:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 12:03:47 +0200 |
commit | 5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3 (patch) | |
tree | 50a92ecf039b56ed4a5cf33972db19f3ad099eb6 /src | |
parent | Merge pull request #8164 from liamwhite/jit-stub (diff) | |
download | yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.gz yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.bz2 yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.lz yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.xz yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.tar.zst yuzu-5ca67332ee8fb50b0d74bd4dd04e2c027ac8e7c3.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/nvflinger/graphic_buffer_producer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp b/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp index d4da98ddb..04068827e 100644 --- a/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp +++ b/src/core/hle/service/nvflinger/graphic_buffer_producer.cpp @@ -4,8 +4,6 @@ // Parts of this implementation were base on: // https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/libs/gui/IGraphicBufferProducer.cpp -#pragma once - #include "core/hle/service/nvflinger/graphic_buffer_producer.h" #include "core/hle/service/nvflinger/parcel.h" |