hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.
- This behavior is a mistake, fixes Katana Zero.
This commit is contained in:
parent
62f67df6d7
commit
beaa25d777
1 changed files with 0 additions and 2 deletions
|
@ -157,8 +157,6 @@ void BufferQueue::ReleaseBuffer(u32 slot) {
|
||||||
|
|
||||||
void BufferQueue::Connect() {
|
void BufferQueue::Connect() {
|
||||||
queue_sequence.clear();
|
queue_sequence.clear();
|
||||||
id = 1;
|
|
||||||
layer_id = 1;
|
|
||||||
is_connect = true;
|
is_connect = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue