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
/
nvdrv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-1
/
+1
*
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-08
1
-3
/
+5
*
service/nvdrv: Take std::string in Open() by const reference
Lioncash
2018-07-25
1
-1
/
+1
*
nvdrv: Take std::string by const reference in GetDevice()
Lioncash
2018-07-19
1
-1
/
+1
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.
Subv
2018-02-15
1
-0
/
+7
*
nvdrv: stubbed Close(cmd 2)
Frederic Meyer
2018-01-17
1
-0
/
+2
*
NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.
Subv
2018-01-17
1
-94
/
+30
*
clang-format
MerryMage
2018-01-16
1
-0
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.
Subv
2018-01-11
1
-0
/
+94
*
NV: Implemented the nvdrv:a service and the /dev/nvmap device.
Subv
2018-01-11
1
-0
/
+25