yuzu/src/core/hle/service/nvdrv
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference
All calling code assumes that the rasterizer will be in a valid state,
which is a totally fine assumption. The only way the rasterizer wouldn't
be is if initialization is done incorrectly or fails, which is checked
against in System::Init().
2018-08-04 02:36:58 -04:00
..
devices renderer_base: Make Rasterizer() return the rasterizer by reference 2018-08-04 02:36:58 -04: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: Take std::string in Open() by const reference 2018-07-25 17:37:43 -04:00
nvdrv.h service/nvdrv: Take std::string in Open() by const reference 2018-07-25 17:37:43 -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