suyu/src/core/hle/service/nvdrv/devices
Weiyi Wang 89abef3518 remove all occurance of specifying endianness inside BitField
This commit it automatically generated by command in zsh:
sed -i -- 's/BitField<\(.*\)_le>/BitField<\1>/g' **/*(D.)

BitField is now aware to endianness and default to little endian. It expects a value representation type without storage specification for its template parameter.
2019-02-06 18:13:45 +01:00
..
nvdevice.h remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
nvdisp_disp0.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvdisp_disp0.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_as_gpu.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
nvhost_as_gpu.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_ctrl.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_ctrl.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_ctrl_gpu.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
nvhost_ctrl_gpu.h nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 2018-11-21 11:43:25 -05:00
nvhost_gpu.cpp nvhost_gpu: Skip empty GPU command lists. 2018-12-15 00:33:22 -05:00
nvhost_gpu.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_nvdec.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
nvhost_nvdec.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_nvjpg.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
nvhost_nvjpg.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvhost_vic.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
nvhost_vic.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvmap.cpp Improved error messages in AM, HwOpus and NvMap 2018-11-26 20:05:09 +11:00
nvmap.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00