summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/consumer_base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* consumer_base: Pass shared_ptr by const referenceLioncash2022-11-291-3/+3
| | | | Avoids churning atomic reference count increments and decrements.
* consumer_base: Remove redundant virtualLioncash2022-11-291-5/+5
| | | | override already serves this purpose
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+3
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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