yuzu/src/core/hle/service/nvflinger
Markus Wick cb9dd01ffd video_core: Block in WaitFence.
This function is called rarely and blocks quite often for a long time.
So don't waste power and let the CPU sleep.

This might also increase the performance as the other cores might be allowed to clock higher.
2019-12-30 13:04:53 +01:00
..
buffer_queue.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
buffer_queue.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
nvflinger.cpp video_core: Block in WaitFence. 2019-12-30 13:04:53 +01:00
nvflinger.h core_timing: Use better reference tracking for EventType. (#3159) 2019-11-26 21:48:56 -05:00