Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10914 from JMC47/bbarename
BBA - Rename Built In BBA to BBA (HLE)
  • Loading branch information
JMC47 committed Jul 29, 2022
2 parents 3bf1ddc + 205d78d commit ae4fa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Android/app/src/main/res/values/arrays.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/EXI/EXI_Device.h
Expand Up @@ -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) {}
Expand Down

0 comments on commit ae4fa53

Please sign in to comment.