yuzu/src/core/hle/service/nvdrv
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
..
devices remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
interface.cpp kernel/event: Reference ReadableEvent from WritableEvent 2018-11-29 08:48:40 -05:00
interface.h kernel/event: Reference ReadableEvent from WritableEvent 2018-11-29 08:48:40 -05:00
nvdrv.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvdrv.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvmemp.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nvmemp.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00