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
|
@ -157,8 +157,6 @@ void BufferQueue::ReleaseBuffer(u32 slot) {
|
|||
|
||||
void BufferQueue::Connect() {
|
||||
queue_sequence.clear();
|
||||
id = 1;
|
||||
layer_id = 1;
|
||||
is_connect = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue