yuzu-mainline/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 service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
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 service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
nvmemp.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00