1
0
Fork 0
forked from suyu/suyu
suyu/src
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
..
audio_core dsp_interface: fix sound being played while volume is 0 2019-01-26 22:42:09 +01:00
common common/bitfield: make it endianness-aware 2019-02-06 17:29:39 +01:00
core remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests common/bitfield: make it endianness-aware 2019-02-06 17:29:39 +01:00
video_core Merge pull request #2081 from ReinUsesLisp/lmem-64 2019-02-05 09:17:48 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
yuzu_cmd citra_qt: Log settings on launch 2019-01-22 23:35:38 +01:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00