summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi_m.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: split into implementation filesGravatar Liam2024-02-141-35/+0
* vi: extract typesGravatar Liam2024-02-141-2/+3
* nvnflinger: fix nameGravatar Liam2023-03-011-2/+2
* service: move hle_ipc from kernelGravatar Liam2023-03-011-1/+1
* core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-241-3/+6
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-2/+3
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-241-2/+1
* service/vi: Unstub GetDisplayServiceGravatar Lioncash2019-02-261-2/+2
* service/vi: Remove use of a module classGravatar Lioncash2019-02-261-2/+10
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+2
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Service/vi: convert services to moduleGravatar mailwl2018-03-211-13/+2
* logger: Add VI service logging category.Gravatar bunnei2018-02-041-1/+1
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-1/+1
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-1/+2
* Services: Vi shouldn't be responsible for creating nvflinger.Gravatar Subv2018-01-221-2/+2
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Gravatar Subv2018-01-221-1/+1
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Gravatar Subv2018-01-101-1/+2
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Gravatar Subv2018-01-101-0/+29