yuzu/src/core/hle/service/hid/controllers
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
..
controller_base.cpp controller_base: Default the base class constructor and destructor in the cpp file 2018-10-17 20:51:54 -04:00
controller_base.h controller_base: Default the base class constructor and destructor in the cpp file 2018-10-17 20:51:54 -04:00
debug_pad.cpp debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 2018-11-22 12:23:43 -05:00
debug_pad.h remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
gesture.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
gesture.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
keyboard.cpp hid: Use player-defined controller type as PREFERRED_CONTROLLER 2018-11-18 23:22:36 -05:00
keyboard.h hid: Add keyboard bindings for Keyboard controller 2018-11-18 23:22:36 -05:00
mouse.cpp hid: Add controller bindings for Mouse controller 2018-11-18 23:22:36 -05:00
mouse.h hid: Add controller bindings for Mouse controller 2018-11-18 23:22:36 -05:00
npad.cpp web_browser: Add bounds checking to applet interface 2018-12-28 18:20:29 -05:00
npad.h remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
stubbed.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
stubbed.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
touchscreen.cpp hid: Use player-defined controller type as PREFERRED_CONTROLLER 2018-11-18 23:22:36 -05:00
touchscreen.h remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
xpad.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
xpad.h hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00