summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/consumer_base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-12/+12
2022-11-29consumer_base: Pass shared_ptr by const referenceLioncash1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+3
2022-04-07core/hle: Standardize scoped_lock initializersMerry1-2/+2
2022-04-02hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei1-13/+16
2022-03-26hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.bunnei1-4/+4
2022-03-25hle: nvflinger: consumer_base: StillTracking: Should be const.bunnei1-1/+2
2022-03-25hle: nvflinger: Use std::chrono for present_ns.bunnei1-2/+2
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei1-2/+2
2022-03-25hle: nvflinger: Add implementation for ConsumerBase class.bunnei1-0/+129