Add tapserver BBA and Modem Adapter UI config to Android

This PR simply exposes the tapserver options in Serial Port 1 on Android. They already exist and work, but are not selectable. I've tested the tapserver options myself with Phantasy Star Online Episode I & II and they work fine.
This commit is contained in:
Matt 2024-03-24 20:13:44 +00:00 committed by Matt Swift
parent 3948ac9513
commit 39f5597089
2 changed files with 6 additions and 0 deletions

View File

@ -103,12 +103,16 @@
<item>@string/device_dummy</item>
<item>@string/broadband_adapter_xlink</item>
<item>@string/broadband_adapter_hle</item>
<item>@string/broadband_adapter_tapserver</item>
<item>@string/modem_adapter_tapserver</item>
</string-array>
<integer-array name="serialPort1DeviceValues">
<item>255</item>
<item>0</item>
<item>10</item>
<item>12</item>
<item>11</item>
<item>13</item>
</integer-array>
<!-- Wii System Languages -->

View File

@ -681,6 +681,8 @@ It can efficiently compress both junk data and encrypted Wii data.
<!-- Slot SP1 Device selection -->
<string name="broadband_adapter_xlink">Broadband Adapter (XLink Kai)</string>
<string name="broadband_adapter_hle">Broadband Adapter (HLE)</string>
<string name="broadband_adapter_tapserver">Broadband Adapter (tapserver)</string>
<string name="modem_adapter_tapserver">Modem Adapter (tapserver)</string>
<!-- Sound Mode -->
<string name="sound_mode_mono">Mono</string>