Merge pull request #10914 from JMC47/bbarename

BBA - Rename Built In BBA to BBA (HLE)
This commit is contained in:
JMC47 2022-07-29 10:16:51 -04:00 committed by GitHub
commit ae4fa53a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {}