2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service/nvdrv
Lioncash dc35c3f9d7 nvdrv: Take std::string by const reference in GetDevice()
This is only ever used as a lookup into the device map, so we don't need to
take the std::string instance by value here.
2018-07-19 11:40:36 -04:00
..
devices vi: Partially implement buffer crop parameters. 2018-07-17 20:13:17 -04:00
interface.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
interface.h
nvdrv.cpp Services/nvdrv: add '/dev/nvhost-nvdec' device 2018-05-30 12:49:28 +03:00
nvdrv.h nvdrv: Take std::string by const reference in GetDevice() 2018-07-19 11:40:36 -04:00
nvmemp.cpp
nvmemp.h