diff options
| author | bunnei <bunneidev@gmail.com> | 2018-07-17 00:05:13 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-07-17 00:26:23 -0400 |
| commit | 170e19d4eab455ad4d28ad72799cc6687692392d (patch) | |
| tree | ab2c73b4cd29b32e6c79c0274d65fe7cee7f6070 /src/core/hle/service/nvflinger/nvflinger.cpp | |
| parent | f00ca69a81b0520ab40ed3731d8c6921052e598e (diff) | |
nvflinger: Fix for BufferQueue event handling.
Diffstat (limited to 'src/core/hle/service/nvflinger/nvflinger.cpp')
| -rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp index ef3c2cc98..826646b7d 100644 --- a/src/core/hle/service/nvflinger/nvflinger.cpp +++ b/src/core/hle/service/nvflinger/nvflinger.cpp @@ -152,9 +152,6 @@ void NVFlinger::Compose() { igbp_buffer.width, igbp_buffer.height, igbp_buffer.stride, buffer->transform); buffer_queue->ReleaseBuffer(buffer->slot); - - // TODO(Subv): Figure out when we should actually signal this event. - buffer_queue->GetNativeHandle()->Signal(); } } |
