diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nvflinger/buffer_queue.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.cpp b/src/core/hle/service/nvflinger/buffer_queue.cpp index c8c6a4d64..0e6bde9f5 100644 --- a/src/core/hle/service/nvflinger/buffer_queue.cpp +++ b/src/core/hle/service/nvflinger/buffer_queue.cpp | |||
| @@ -157,8 +157,6 @@ void BufferQueue::ReleaseBuffer(u32 slot) { | |||
| 157 | 157 | ||
| 158 | void BufferQueue::Connect() { | 158 | void BufferQueue::Connect() { |
| 159 | queue_sequence.clear(); | 159 | queue_sequence.clear(); |
| 160 | id = 1; | ||
| 161 | layer_id = 1; | ||
| 162 | is_connect = true; | 160 | is_connect = true; |
| 163 | } | 161 | } |
| 164 | 162 | ||