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
/
nvdata.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
1
-1
/
+1
2022-10-06
general: Format licenses as per SPDX guidelines
Morph
1
-4
/
+3
2022-10-06
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
1
-6
/
+12
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-25
hle: nvdrv: nvdata: Cleanup NvFence static assert.
bunnei
1
-1
/
+1
2022-03-25
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
bunnei
1
-8
/
+2
2021-12-05
general: Add missing copyright notices
ameerj
1
-0
/
+4
2020-12-29
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
1
-11
/
+0
2020-11-24
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
1
-0
/
+11
2020-11-10
core: Make nvservices more standardized
Chloe Marcec
1
-20
/
+66
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
1
-0
/
+6
2019-07-05
NVServices: Address Feedback
Fernando Sahmkow
1
-0
/
+4
2019-07-05
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
1
-0
/
+7
2019-07-05
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister
Fernando Sahmkow
1
-2
/
+12
2019-07-05
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
1
-0
/
+2
2019-07-05
nv_services: Correct buffer queue fencing and GPFifo fencing
Fernando Sahmkow
1
-0
/
+25