summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/consumer_base.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-60/+0
* consumer_base: Pass shared_ptr by const referenceLioncash2022-11-291-3/+3
* consumer_base: Remove redundant virtualLioncash2022-11-291-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+3
* hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei2022-04-021-2/+1
* hle: nvflinger: ConsumerBase: Mark ctor as explicit.bunnei2022-03-251-1/+1
* hle: nvflinger: consumer_base: StillTracking: Should be const.bunnei2022-03-251-1/+1
* hle: nvflinger: Use std::chrono for present_ns.bunnei2022-03-251-1/+3
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
* hle: nvflinger: Add implementation for ConsumerBase class.bunnei2022-03-251-0/+59