summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvdrv: Get rid of global std::weak_ptrLioncash2018-08-081-0/+9
| | | | | Rather than use global state, we can simply pass the instance into the NVFlinger instance directly.
* nvflinger: Get rid of indirect inclusionsLioncash2018-08-071-1/+4
|
* nvflinger: Use std::string_view in OpenDisplay()Lioncash2018-08-071-1/+2
| | | | | | We don't need to use a std::string here, given all that's done is comparing the character sequence against another. This allows passing regular const char* without needing to heap allocate.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv2018-01-221-0/+84