summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/values/strings.xml
AgeCommit message (Collapse)Author
2024-07-28Change Dual Core (speedup) to Dual Core (speedhack)MayImilae
2024-06-24Android: Update copyright year in About dialog to 2024OatmealDome
2024-06-20Add 2 More Slots for Power Discs on Emulated BasedeReeperJosh
2024-04-09Android: Access Software JIT Profilingmitaclaw
2024-03-25Add tapserver BBA and Modem Adapter UI config to AndroidMatt
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.
2024-03-17Implement GC modem adapterMartin Michelsen
This implements the GameCube modem adapter. This implementation is stable but not perfect; it drops frames if the receive FIFO length is exceeded. This is probably due to the unimplemented interrupt mentioned in the comments. If the tapserver end of the connection is aware of this limitation, it's easily circumvented by lowering the MTU of the link, but ideally this wouldn't be necessary. This has been tested with a couple of different versions of Phantasy Star Online, including Episodes 1 & 2 Trial Edition. The Trial Edition is the only version of the game that supports the Modem Adapter and not the Broadband Adapter, which is what made this commit necessary in the first place.
2024-03-17implement tapserver BBA on all platformsMartin Michelsen
This expands the tapserver BBA interface to be available on all platforms. tapserver itself is still macOS-only, but newserv (the PSO server) is not, and it can directly accept local and remote tapserver connections as well. This makes the tapserver interface potentially useful on all platforms.
2024-02-11Android: Mention download size in the Wii Menu not installed messageJosJuice
Google Play's policies require us to tell the user the size of any large download. The size seems to vary by just a megabyte or two across regions in my testing, so I'm listing a rough size for all the regions. I'm also taking the opportunity to shorten the message to make it easier to read.
2023-12-16Merge pull request #12346 from iwubcode/arb_mipmaps_default_offAdmiral H. Curtiss
Core: disable arbitrary mipmap detection by default
2023-12-10Add "large entry points map" settingJosJuice
To aid in debugging, this makes it possible to disable the recently added 32/64 GiB region which hasn't had a proper name so far.
2023-12-01Android / Core / DolphinQt: disable arbitrary mipmap detection by default, ↵iwubcode
let the games that need it be enabled with a config option, there aren't many of them
2023-11-28Merge pull request #12215 from JosJuice/android-si-devicesMai
Android: Add more GameCube controller types
2023-10-31Add fastmem arena settingJosJuice
Just for debugging.
2023-10-01Android: Add more GameCube controller typesJosJuice
For all your PSO needs.
2023-08-30Merge pull request #12095 from t895/color-space-settingsCharles Lombardo
Android: Expose color space settings
2023-08-29Android: Support settings with float valuesCharles Lombardo
We did support float settings before but we never showed anything past the decimal place before.
2023-08-29Android: Expose color correction settingsCharles Lombardo
2023-08-27Added latching buttonsCharles Oliner
Added latching buttons, buttons which turn on when you press them and off when you press them again.
2023-07-21Add Enable WiiLink checkbox to Android GUISketchMaster2001
2023-06-11Android: Implement a UI for AdrenotoolsRobin Kertels
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
... using libadrenotools
2023-05-28Android: Infinity Base UIJoshua de Reeper
Add a UI option for the Infinity Base within the Android Emulation Activity
2023-03-26Android: Adjust user data text to match DocumentProviderRobin Kertels
2023-03-07Android: Add "more settings" button to overlay control setting dialogJosJuice
Some people might wonder where the ability to select an extension and the Sideways Wii Remote went. This button will take them to the general settings, which is where those settings now live. At some point in the future, we should probably move everything to the general settings. But this pull request is already big enough as it is!
2023-03-07Android: Change how the overlay controller setting worksJosJuice
Up until now, there have been two settings on Android that stored the selected Wii Remote extension: the normal one that's also used on PC, and a SharedPreferences one that's used by the overlay controls to determine what controls to show. It is possible for these two to end up out of sync, and my input changes have made that more likely to happen. To fix this, let's rework how the overlay controller setting works. We don't want it to encode the currently selected Wii Remote extension. However, we can't simply get rid of the setting, because for some Wii games we need the ability to switch between a GameCube controller and a Wii Remote. What this commit does is give the user the option to select any of the 4 GameCube controllers and any of the 4 Wii Remotes. (Before, controllers 2-4 weren't available in the overlay.) Could be useful for things like the Psycho Mantis fight in Metal Gear Solid. I'm also switching from SharedPreferences to Dolphin.ini while I'm at it.
2023-03-07Android: Remove the in-emulation IR sensitivity optionsJosJuice
This too can be set in the normal controller settings now.
2023-03-07Android: Remove the in-emulation motion control optionsJosJuice
You can set this in the normal controller settings now.
2023-03-07Android: Add the advanced input mapping dialogJosJuice
It's missing a lot of features from the PC version for now, like buttons for inserting functions and the ability to see what the expression evaluates to. I mostly just wanted to get something in place so you can set up rumble. Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
2023-03-03Android: Add selecting input profile per gameJosJuice
2023-03-03Android: Add input profile managementJosJuice
Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
2023-03-03Android: Show warning when using old pre-defined controller INIsJosJuice
Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
2023-03-03Android: Add Default and Clear actions for controllersJosJuice
2023-03-03Android: Prevent showing mapping dialog with no device selectedJosJuice
2023-03-03Android: Add "Create mappings for other devices"JosJuice
2023-03-03Android: Add input device selectionJosJuice
2023-03-03Android: Implement enabling/disabling control groupsJosJuice
All this code for just a single checkbox... Ah well, it has to be done
2023-03-03Android: Move Sideways Wii Remote setting one submenu upJosJuice
A slight departure from DolphinQt, but I think it makes sense, because it will make the important Sideways Wii Remote setting easier to find.
2023-03-03Android: Split Wii Remote settings into submenusJosJuice
Too much stuff on one screen otherwise. This split matches DolphinQt.
2023-03-03Android: Add new input mapping implementationJosJuice
2023-03-03Android: Remove old input mapping implementationJosJuice
This old code is of no use now that ButtonManager is gone.
2023-03-02Android: Hide controller mappings button when controller type is NoneJosJuice
Also removed the make_sure_continuous_scan_enabled message. It doesn't make sense with the new UX.
2023-02-27Android: Add a button for accessing controller mappingsJosJuice
The settings GameCube Controller N and Wii Remote N (where N is a number) have two purposes: You can select what controller type you want to use, and also, when you select a controller type (even if you're selecting the one that already is selected), the mapping settings open. This second part is less discoverable than it ideally should be. I'm changing it so that there now is a button for opening the mapping settings instead.
2023-02-13Merge pull request #11538 from t895/disc-speed-stuffScott Mansell
Rename "Speed up Disc Transfer Rate" to "Emulate Disc Speed"
2023-02-12Android: Expose Emulate Disc SpeedCharles Lombardo
2023-02-11Rename VI Skip to VBI SkipMayImilae
VI Skip was very hard to explain on the blog, so this small changes clarifies what VI Skip is to resolve that issue.
2023-02-02Android: Add Skylanders PortalJoshua de Reeper
Co-Authored-By: Charles Lombardo <clombardo169@gmail.com>
2023-01-29Merge pull request #11460 from t895/reveal-settingsPierre Bourdon
Android: Reveal several hidden settings
2023-01-26Merge pull request #11208 from TellowKrinkle/CPUCullPierre Bourdon
Cull vertices on the CPU
2023-01-25VideoCommon: Add configuration option for CPUCullTellowKrinkle
2023-01-24Merge pull request #11413 from t895/sample-window-sliderMai
Android: Add slider for Performance Sample Window