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