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
/
nvdrv
/
interface.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+2
*
Addressed issues
Chloe Marcec
2020-11-10
1
-1
/
+1
*
core: Make nvservices more standardized
Chloe Marcec
2020-11-10
1
-2
/
+4
*
service: Update function tables
VolcaEM
2020-06-29
1
-2
/
+2
*
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-09-19
1
-0
/
+3
*
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
Fernando Sahmkow
2019-07-05
1
-1
/
+1
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-2
/
+0
*
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister
Fernando Sahmkow
2019-07-05
1
-0
/
+2
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-1
/
+1
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-1
/
+1
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-2
/
+5
*
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
bunnei
2018-11-24
1
-0
/
+2
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-1
/
+1
*
nvdrv: Get rid of indirect inclusions
Lioncash
2018-08-07
1
-1
/
+0
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
nvdrv: Fix QueryEvent for libnx.
bunnei
2018-02-09
1
-0
/
+3
*
Extra nvdrv support (#162)
David
2018-02-06
1
-0
/
+2
*
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
1
-0
/
+2
*
nvdrv: Stub SetClientPID.
bunnei
2018-01-19
1
-0
/
+1
*
nvdrv: stubbed Close(cmd 2)
Frederic Meyer
2018-01-17
1
-0
/
+1
*
NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a
Subv
2018-01-17
1
-0
/
+29