summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/producer_listener.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* producer_listener: Add virtual destructor to IProducerListenerLioncash2022-11-291-0/+1
| | | | | | | Several member variables are shared_ptr's to this base class. Even though producer listeners are still unimplemented, this ensures we always have consistent deletion behavior once this ends up being used polymorphically.
* 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: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Add ProducerListener interface.bunnei2022-03-251-0/+16