yuzu/src/core/hle/service/lm
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
..
lm.cpp remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
lm.h lm: Move LM's class declaration into the cpp file 2018-07-25 22:40:16 -04:00