index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
vi
/
vi_m.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vi: split into implementation files
Liam
2024-02-14
1
-35
/
+0
*
vi: extract types
Liam
2024-02-14
1
-2
/
+3
*
nvnflinger: fix name
Liam
2023-03-01
1
-2
/
+2
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-1
/
+1
*
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-25
1
-0
/
+4
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-03-25
1
-3
/
+6
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+3
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-2
/
+1
*
service/vi: Unstub GetDisplayService
Lioncash
2019-02-27
1
-2
/
+2
*
service/vi: Remove use of a module class
Lioncash
2019-02-26
1
-2
/
+10
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Service/vi: convert services to module
mailwl
2018-03-21
1
-13
/
+2
*
logger: Add VI service logging category.
bunnei
2018-02-05
1
-1
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-1
/
+1
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-1
/
+2
*
Services: Vi shouldn't be responsible for creating nvflinger.
Subv
2018-01-22
1
-2
/
+2
*
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
Subv
2018-01-22
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
NV: Keep track of Displays, Layers and BufferQueues in nvflinger.
Subv
2018-01-11
1
-1
/
+2
*
NV: Implemented (with stubs) the vi:m service and some of its subservices.
Subv
2018-01-11
1
-0
/
+29