summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/TextureSampler.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-07-23 02:07:02 +0800
committerLéo Lam <leo@innovatetechnologi.es>2017-07-23 02:07:02 +0800
commitb6ae70ac7e271f88e5e6a04ecdec3a3c99e64f61 (patch)
tree494f5565a29cbbf72cf33569b701f8b16cbdf24d /Source/Core/VideoBackends/Software/TextureSampler.cpp
parentefd318df64301ef492be32408d0e21469d0ad7c2 (diff)
BT: Use a std::array for all Bluetooth addresses
BluetoothEmu had its own bdaddr_t type which is a old style C struct and typedef, which makes comparisons and copies a bit ugly. On the other hand, BTReal had its own btaddr_t type using std::array. To make things very slightly nicer, this commit changes the Bluetooth code to use a single type (std::array<u8, 6>) for all BT addresses.
Diffstat (limited to 'Source/Core/VideoBackends/Software/TextureSampler.cpp')
0 files changed, 0 insertions, 0 deletions