citra/src/audio_core/hle
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
..
common.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
hle.cpp audio_core/hle,lle: implement UnloadComponent 2018-12-21 20:49:21 -05:00
hle.h audio_core/hle,lle: implement UnloadComponent 2018-12-21 20:49:21 -05:00
mixers.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
mixers.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h remove all occurance of specifying endianness inside BitField 2019-01-28 22:09:43 -05:00
source.cpp Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class 2018-12-05 20:21:14 -05:00
source.h audio_core: pass in memory reference 2018-12-05 20:16:42 -05:00