Unknown W. Brackets
567c7f207d
UI: Fix save state scrollview height.
...
Fixes #14785 .
2021-08-31 20:18:22 -07:00
iota97
8f9610d2a0
Reuse translation for combo button as well
2021-08-30 13:17:24 +02:00
iota97
f417bb93d4
Reuse translation
2021-08-30 13:13:09 +02:00
iota97
2821035b1d
Support virutal button in touch gesture
2021-08-30 12:26:13 +02:00
Unknown W. Brackets
01edd695c8
UI: Fix refocus on no control change.
...
There's no reason to refresh, and since the views are different without
PersistData being called, it breaks the focus.
Refreshing now handled via the generation value.
2021-08-29 17:14:08 -07:00
Unknown W. Brackets
6e4708733c
UI: Restore focus on PSP view as well.
2021-08-29 17:08:27 -07:00
Unknown W. Brackets
7bb58ce5a0
UI: Refocus better on control mapping change.
...
This is less awkward, since it keeps you closer to where you were before.
2021-08-29 16:59:55 -07:00
Unknown W. Brackets
6378cb1693
UI: Fix focus persistence in control mapping.
...
Trying to reset focus from the parent was just complicating things.
We persist the focus state when recreating views.
2021-08-29 16:43:15 -07:00
Unknown W. Brackets
5e3ffe94b3
UI: Allow scoll views to have specific height.
2021-08-29 14:11:32 -07:00
Henrik Rydgård and GitHub
1d29060c3b
Merge pull request #13107 from iota97/touch-gesture
...
Basic mappable motion gesture
2021-08-29 21:39:42 +02:00
Henrik Rydgård and GitHub
06ccadd5d2
Merge pull request #14769 from unknownbrackets/ui-ctrl-mapping
...
Add a visual means of control mapping
2021-08-29 18:53:49 +02:00
Unknown W. Brackets
e7666e472f
KeyMap: Simplify UI updates.
...
Better to avoid tightly coupled notifications of updates.
2021-08-29 08:02:52 -07:00
Henrik Rydgård
6e8e375eea
Increase the range of cardboard setting sliders to 150%. See #14768
2021-08-29 15:27:51 +02:00
Unknown W. Brackets
f7b92ebb29
UI: Try to keep button visible while mapping.
2021-08-28 16:29:27 -07:00
Unknown W. Brackets
efeca78c1a
UI: Allow binding all typically buttons in a row.
2021-08-28 15:04:16 -07:00
Unknown W. Brackets
4e33a1ef07
UI: Allow rebinding the analog from PSP view.
2021-08-28 14:37:53 -07:00
Unknown W. Brackets
d8a7fdf580
UI: Allow mapping buttons from visual PSP display.
2021-08-28 14:24:27 -07:00
Unknown W. Brackets
202a9db885
UI: Add a screen to visualize PSP controls.
...
Currently, doesn't do anything. But looks about right.
2021-08-28 14:09:06 -07:00
Henrik Rydgård
58e7b6bec2
Tweak defaults some more (no L2 on xbox pads..). Minor code cleanup.
2021-08-28 20:06:05 +02:00
Unknown W. Brackets
82087ccbb7
Common: Reduce some log levels.
...
Take off a few messages during startup and shutdown.
2021-08-28 09:14:53 -07:00
Unknown W. Brackets
afcf6d8e65
http: Specify expected mime types in downloads.
2021-08-22 10:03:59 -07:00
Unknown W. Brackets
4c51f4761d
http: Add Accept header as a parameter in requests.
2021-08-22 10:03:59 -07:00
Henrik Rydgård
821a6a60aa
Store: Display the error code in case of error downloading the json.
...
See #14572
2021-08-22 12:21:44 +02:00
Henrik Rydgård
c8081f7f44
Fix navigating the analog stick calibration screen with just a gamepad
2021-08-22 00:13:01 +02:00
iota97
d0af5275ba
Fix opacity
2021-08-21 21:30:37 +02:00
iota97
de68436084
Configurable analog head size
2021-08-21 21:24:14 +02:00
Henrik Rydgård
a74e1a422d
GameScreen: Minor logic cleanup, remove Calculate CRC button when not needed.
2021-08-21 20:58:25 +02:00
Henrik Rydgård
467a63813a
Merge branch 'crc32_patch3' of https://github.com/sum2012/ppsspp into sum2012-crc32_patch3
2021-08-21 20:19:43 +02:00
Henrik Rydgård and GitHub
7733d8a500
Merge pull request #12530 from iota97/tilt
...
Allow tilt input on Z instead of X
2021-08-21 13:55:18 +02:00
iota97
c17c045849
Make touch layout accurate
2021-08-20 12:46:46 +02:00
iota97
c302ebdd83
Allow no chat button and make quickchat settings disabled when chat is not enabled
2021-08-20 00:03:42 +02:00
iota97
36df47d9a1
Fix action button size
2021-08-19 21:47:46 +02:00
iota97
3e894b0e9c
Improve touch control layout screen
2021-08-19 20:02:14 +02:00
Henrik Rydgård
a7859cfd2a
Fix some comments and a string
2021-08-18 09:28:17 +02:00
Henrik Rydgård
928bc88b01
Rename Unthrottle to Fast-forward globally
2021-08-18 09:28:13 +02:00
Henrik Rydgård
3c62fbc973
Fix string comparison for hiding "Unknown" CPU name
...
See #10620
2021-08-17 09:19:58 +02:00
iota97
ad29e5237e
Basic mappable gesture
2021-08-17 09:17:37 +02:00
Unknown W. Brackets and GitHub
43be9fab43
Merge pull request #14729 from hrydgard/cheat-fixes
...
Fix cheat import on scoped storage
2021-08-14 08:22:49 -07:00
Henrik Rydgård
e93dc8f231
Fix append mode through OpenCFile, fixing cheat import on scoped storage.
2021-08-14 16:57:33 +02:00
Unknown W. Brackets
69ef21a65c
Store: Make description focusable.
...
Descriptions aren't that long currently, but this allows for longer
descriptions with controller/keyboard scrolling.
2021-08-13 20:45:31 -07:00
Fadhil Mandaga and Unknown W. Brackets
32f0c19e7c
UI: Fix typo in using My Documents for data.
2021-08-13 17:07:38 -07:00
Henrik Rydgård and GitHub
b4361fe2ac
Merge pull request #14718 from hrydgard/control-fixes
...
Miscellaneous control/gamepad fixes
2021-08-12 23:59:38 +02:00
iota97
aab63e82ae
Fix layout opacity
2021-08-12 11:36:14 +02:00
Henrik Rydgård
22c180ef6f
Bump maxrecent default to 60. Don't show CPU name if we don't have one.
...
See #14707 and #10620
2021-08-12 00:02:24 +02:00
Henrik Rydgård
aa3daca293
If it's a TV and VIRTKEY_PAUSE is not mapped to a pad control, pause on app switch.
2021-08-12 00:02:19 +02:00
Henrik Rydgård
81b4c3b376
Auto-pause on app switch. Will be made conditional in the next commit.
2021-08-11 23:31:51 +02:00
Henrik Rydgård
e76d994ed5
Improve default pad mapping for Android. Hide irrelevant options on Android TV.
2021-08-11 23:31:51 +02:00
Henrik Rydgård
f9c381dfae
Narrow the mapping UI, making it a bit less uncomfortable to use.
2021-08-11 23:14:26 +02:00
Unknown W. Brackets
a3a6dcabda
UI: Fix reset of alt speed options in settings.
2021-08-10 21:42:44 -07:00
Henrik Rydgård and GitHub
d62899efcd
Merge pull request #14711 from unknownbrackets/reverb-volume
...
Sas: Add option to control reverb volume
2021-08-10 13:02:30 +02:00