yuzu/src/core/hle
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
..
kernel kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
service remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
ipc_helpers.h hle/ipc_helpers: Fix clang-format warnings 2019-01-29 21:11:04 -05:00
ipc.h remove all occurance of specifying endianness inside BitField 2019-02-06 18:13:45 +01:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h file_sys/errors: Extract FS-related error codes to file_sys/errors.h 2018-11-16 00:13:50 -05:00