1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/nvdrv
Lioncash a2cd07d094 service/nvdrv: Use std::move where applicable
Avoids unnecessary reference count increments and decrements.

In one case, we don't need to make a shared_ptr copy at all,
just to call a member function.
2018-07-25 17:31:08 -04:00
..
devices GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 2018-07-21 15:50:02 -05:00
interface.cpp GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 2018-07-21 15:50:02 -05:00
interface.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
nvdrv.cpp service/nvdrv: Use std::move where applicable 2018-07-25 17:31:08 -04: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