summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/consumer_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* consumer_base: Pass shared_ptr by const referenceLioncash2022-11-291-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+3
* core/hle: Standardize scoped_lock initializersMerry2022-04-071-2/+2
* hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei2022-04-021-13/+16
* hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.bunnei2022-03-261-4/+4
* hle: nvflinger: consumer_base: StillTracking: Should be const.bunnei2022-03-251-1/+2
* hle: nvflinger: Use std::chrono for present_ns.bunnei2022-03-251-2/+2
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
* hle: nvflinger: Add implementation for ConsumerBase class.bunnei2022-03-251-0/+129