Project

General

Profile

Actions

Emulator Issues #10699

closed

Android: Display chosen setting under setting name

Added by ryanebola16 over 6 years ago. Updated about 5 years ago.

Status:
Fixed
Priority:
Low
Assignee:
-
% Done:

0%

Operating system:
Android
Issue type:
Feature request
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-9283

Description

See attached System Settings.jpg, under "Sound mode," the chosen option of "Sound" is displayed. Dolphin should do this too. See Dolphin Settings.jpg, under "CPU Core," "JIT ARM64 Recompiler" should be displayed.

What are your PC specifications? (CPU, GPU, Operating System, more)

Samsung Galaxy Note8 (SM-N950U)
Qualcomm Snapdragon 835
Octa-core (4x2.35 GHz Kryo & 4x1.9 GHz Kryo)
Adreno 540
Android 7.1.1
Baseband version N950USQS2BQK2
Kernel version 4.4.21

Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)

I finally got a Galaxy Note8! Time to throw Dolphin at it.


Files

System Settings.jpg (283 KB) System Settings.jpg ryanebola16, 12/15/2017 03:36 AM
Dolphin Settings.jpg (330 KB) Dolphin Settings.jpg ryanebola16, 12/15/2017 03:36 AM
Actions #1

Updated by ryanebola16 over 6 years ago

Tested on Dolphin 5.0-6033

Actions #2

Updated by JosJuice over 6 years ago

  • Priority changed from Normal to Low
  • Issue type changed from Bug to Feature request
  • Operating system Android added
  • Operating system deleted (N/A)
Actions #3

Updated by ryanebola16 almost 6 years ago

Copying over my findings:

The current method for loading menu descriptions calls an int for the descriptionID, which is usually a R.string.somestring reference to a string. %s doesn't work here for the description. Is there a way to introduce dynamic descriptions to the current setup? I'm trying to avoid creating a new listpreference class with a non-int way of referencing the description.

Actions #4

Updated by ryanebola16 almost 6 years ago

Radio buttons and ButtonGroups are probably the way to go with this. A new radio button class should be created. It'll pretty much be the same as SingleChoiceSetting except it'll have a dynamic summary. Ideally these should be combined into one but I don't know if that's possible.

Actions #6

Updated by JosJuice about 5 years ago

  • Status changed from New to Fixed
  • Fixed in set to 5.0-9283
Actions

Also available in: Atom PDF