Minor QOL changes (CwCheat/Background screen) - #21580
Conversation
|
All of these make some sense, but I also think I prefer different solutions to most of them:
(Not asking you to implement these, I will, once we agree on solutions) |
|
I like the idea of the checkboxes being the left, it may help. How about also adding a specific color for the checked icon? Then we could instantly see which cheats are enabled. As for the max width, I believe the issue would remain as it's more of a contrast issue than spacing. A slider for the background image sounds good, as long as we still have the ability to completely hide the picture (imho). As for the image being darker, I guess it depends on games whether or not it looks better. Would a toggle-able speaker icon mean it's per-game? e.g if a user explicitly mutes X game, will the choice be remembered for that game and not affect others? |
|
I'll think a bit more about the checkbox look. As for the background toggle and slider, I think I actually might want both... The mute would only be per-game if you have created a "game config" for that game. Which does seem a little confusing, that's just how settings work in PPSSPP... |
|
Another thing that may be worth adding is a cheats search filter similar to settings |
Here's a small QOL PR that will benefit players who spend quite some time in the cheats listing, and or have troubles finding which cheats are enabled.
This adds 3 new simple settings:
CwCheatHighlightCheckedCheatsunder[General](defaults totrue):Controls whether the currently enabled cheats should be slightly highlighted (increased opacity i.e. darker background).
It can be difficult to see which cheats are enabled or disabled in the cheats list, even more so with the background image.
ShowPic1OnBackgroundScreenunder[General](defaults totrue):Controls whether to display the game's PIC1 picture in the BackgroundScreen and therefore, in the cheats listing.
Setting this to
falsegreatly improves the readability.EnableGameScreenBackgroundAudiounder[Sound](defaults totrue):Controls whether to play the game's SND0 audio in the background in the GameScreen.
Those settings can only be toggled in the
ppsspp.inifile for now.The UI
CheckBoxclass was added a flag and a method to enable/disable the dark highlight effect in non-image mode.Note it's disabled by default, and so far, only the CwCheatScreen has a use for it.