mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Merge pull request #10914 from JMC47/bbarename
BBA - Rename Built In BBA to BBA (HLE)
This commit is contained in:
commit
ae4fa53a9c
2 changed files with 2 additions and 2 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue