nvflinger: Signal BufferQueue native handle event.
- This gets BOTW booting.
This commit is contained in:
parent
8e1dbb26bd
commit
fe99052599
|
@ -14,6 +14,7 @@ namespace NVFlinger {
|
|||
|
||||
BufferQueue::BufferQueue(u32 id, u64 layer_id) : id(id), layer_id(layer_id) {
|
||||
native_handle = Kernel::Event::Create(Kernel::ResetType::OneShot, "BufferQueue NativeHandle");
|
||||
native_handle->Signal();
|
||||
}
|
||||
|
||||
void BufferQueue::SetPreallocatedBuffer(u32 slot, IGBPBuffer& igbp_buffer) {
|
||||
|
|
Reference in New Issue