1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/hid
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
..
controllers remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
hid.cpp web_browser: Add bounds checking to applet interface 2018-12-28 18:20:29 -05:00
hid.h travis: Use correct package for linux Qt5WebEngine 2018-12-28 19:29:49 -05:00
irs.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
irs.h Stubbed IRS (#1349) 2018-09-23 22:33:29 -04:00
xcd.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
xcd.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00