Lime-3DS-Emulator/src/input_common
Weiyi Wang 104829ae58 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-01-28 22:09:43 -05:00
..
sdl Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
udp remove all occurance of specifying endianness inside BitField 2019-01-28 22:09:43 -05:00
analog_from_button.cpp InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
analog_from_button.h InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
CMakeLists.txt Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
keyboard.cpp input_common: Use std::move where applicable 2018-08-10 10:12:30 +08:00
keyboard.h citra-qt: release all buttons when render window focus is lost 2017-03-17 21:41:25 +02:00
main.cpp Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
main.h Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
motion_emu.cpp input_common: Add missing override specifiers 2018-08-10 10:12:29 +08:00
motion_emu.h motion_emu: no need to include thread in header 2017-08-19 07:21:02 +03:00