litucks-torzu/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
nvdrv.h
nvmemp.cpp
nvmemp.h