index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
vi
/
vi_u.cpp
Age
Commit message (
Expand
)
Author
2024-02-14
vi: split into implementation files
Liam
2024-02-14
vi: extract types
Liam
2023-03-01
nvnflinger: fix name
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-06-29
service: Update function tables
VolcaEM
2019-02-26
service/vi: Unstub GetDisplayService
Lioncash
2019-02-26
service/vi: Remove use of a module class
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-03-21
Service/vi: convert services to module
mailwl
2018-02-04
logger: Add VI service logging category.
bunnei
2018-02-02
Services/vi: add vi:s and vi:u services
mailwl