BBA - Rename BBA Built In to BBA (HLE)

All of our BBA options are technically built in, so it made the BBA
Built In option kind of confusing as to what it did.  So rename it to
BBA HLE to make it more clear what it is doing and why it doesn't need a
TAP.
This commit is contained in:
JMC47 2022-07-28 16:27:15 -04:00
parent 000c9c7545
commit 205d78d780
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<item>Nothing</item>
<item>Dummy</item>
<item>Broadband Adapter (XLink Kai)</item>
<item>Broadband Adapter (Built In)</item>
<item>Broadband Adapter (HLE)</item>
</string-array>
<integer-array name="serialPort1DeviceValues" translatable="false">
<item>255</item>

View File

@ -96,7 +96,7 @@ struct fmt::formatter<ExpansionInterface::EXIDeviceType>
_trans("Advance Game Port"),
_trans("Broadband Adapter (XLink Kai)"),
_trans("Broadband Adapter (tapserver)"),
_trans("Broadband Adapter (Built In)"),
_trans("Broadband Adapter (HLE)"),
};
constexpr formatter() : EnumFormatter(names) {}