summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash1-0/+9
Rather than use global state, we can simply pass the instance into the NVFlinger instance directly.
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash1-1/+4
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash1-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.
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-0/+84