diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-07-28 16:27:15 -0400 |
|---|---|---|
| committer | JMC47 <JMC4789@gmail.com> | 2022-07-29 10:06:44 -0400 |
| commit | 205d78d780eefd5b0126feec195ae815de455f6e (patch) | |
| tree | f93227ee17ec8d6417b50e50ecb03158b1a039d5 /Source/Android/app/src | |
| parent | 000c9c7545dca99f2947d77549a7090d3929f9f2 (diff) | |
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.
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index edce6273aa..b398bf805a 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -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> |
