Commit graph

30395 commits

Author SHA1 Message Date
Henrik Rydgård
fee06fc21a Tweaks 2021-08-06 22:54:43 +02:00
Henrik Rydgård
707795e2e4 Improve translatability of memstick screen 2021-08-06 22:34:22 +02:00
Henrik Rydgård
83b6139c57 Wording fixes for PPSSPP Gold.
Followup to #14619
2021-08-06 21:48:20 +02:00
Pierce Andjelkovic
1e949c8097 Fix indentation 2021-08-07 04:08:39 +10:00
Henrik Rydgård
7a2b4fa5fa
Merge pull request #14619 from hrydgard/turn-on-scoped-storage
Enable scoped storage enforcement on Android 11+.
2021-08-06 18:51:28 +02:00
Henrik Rydgård
6119816407 Buildfix, bugfix 2021-08-05 23:37:35 +02:00
Henrik Rydgård
ff5b6ca3da A bunch of small scoped storage UX improvements. 2021-08-05 21:53:18 +02:00
iota97
157bbb99ae Address feedback 2021-08-05 09:16:10 +02:00
Unknown W. Brackets
b89c70a6e6
Merge pull request #14685 from iota97/rotate-dimension
Allow to invert context dimension for combo button
2021-08-04 23:22:38 -07:00
Henrik Rydgård
a0a5f7a67a Minor improvements on Android 9/10. Let the user reset to root of storage.
This includes handling weird "raw:/" content URIs. These I haven't seen
on newer versions.
2021-08-04 23:22:43 +02:00
Henrik Rydgård
93673cb565 Correct the cutoff for scoped storage. Android 9,10 (API 28,29) shouldn't use it. 2021-08-04 23:22:43 +02:00
Henrik Rydgård
dbd3d8ca2a Handle an empty path in the game browser. 2021-08-04 23:22:43 +02:00
Henrik Rydgård
4aef413c13 When changing the PSP folder, move the files in a nice background process, showing progress.
Not everything is properly refreshed after the move though - for example
the main screen needs a refresh.
2021-08-04 23:22:43 +02:00
Henrik Rydgård
80fc09a222 Indentation fix 2021-08-04 23:22:43 +02:00
Henrik Rydgård
1b7c2a36d8 UI message cleanup 2021-08-04 23:22:43 +02:00
Henrik Rydgård
64dbd97731 Address feedback 2021-08-04 23:22:43 +02:00
Henrik Rydgård
59088e0921 Android 28 was the wrong cutoff for oldschool permissions, 29 is correct. 2021-08-04 23:22:43 +02:00
Henrik Rydgård
2d88ae5112 Delete some left-behind lines 2021-08-04 23:22:43 +02:00
Henrik Rydgård
f51b8116a0 Basic flow of setting up and moving the PSP directory works now. 2021-08-04 23:22:43 +02:00
Henrik Rydgård
3be1ff6ce4 Get the new setup flow going, with a confirmation dialog etc.
Moving the folder while already installed still crashes.
2021-08-04 23:22:43 +02:00
Henrik Rydgård
87bcdb7b88 Work on the new experience 2021-08-04 23:22:43 +02:00
Henrik Rydgård
793e79945f Enable scoped storage enforcement on Android 11+.
This has a number of UX issues and bugs we need to work through, but at least
games are playable, things mostly work. Upgrades are handled smoothly by
keeping existing storage access until you uninstall. After a reinstall, you'll
need to re-select your old PSP directory manually in settings :(
2021-08-04 23:22:43 +02:00
iota97
0ae0d30751 Allow to invert context dimension for combo button 2021-08-04 09:18:23 +02:00
Henrik Rydgård
02449326cd
Merge pull request #14673 from unknownbrackets/github-templates
Switch to GitHub issue form templates
2021-08-04 00:45:00 +02:00
Henrik Rydgård
3f79c46ef3
Merge pull request #14678 from unknownbrackets/d3d11-flush-state
D3D11: Use right state in flush before output
2021-08-04 00:44:06 +02:00
Linblow
4f4133fbab Add ULES00581 to compat.ini for MTX JIT hack 2021-08-04 00:06:08 +02:00
iota97
9be2bef617 Use horizontal layout 2021-08-03 21:20:01 +02:00
Henrik Rydgård
15ffa23caa
Merge pull request #14682 from LightVR0/patch-1
Retraduciendo el archivo
2021-08-03 19:54:52 +02:00
Victor Rojas Carrasco (VR0)
6d5b8799ba
Retraduciendo el archivo 2021-08-03 13:11:52 -04:00
Henrik Rydgård
e27458eb96
Merge pull request #14680 from bslenul/MGS-fix
[Libretro] Add a MAC address in 'libretro.cpp', needed to start some missions in Peace Walker
2021-08-03 18:19:59 +02:00
iota97
626dfb5bd7 Savestate load undo 2021-08-03 11:10:54 +02:00
Henrik Rydgård
7c769d2511
Merge pull request #14676 from iota97/savestate
Add savestate undo UI
2021-08-03 09:53:23 +02:00
Unknown W. Brackets
9a841664a6 D3D11: Use right state in flush before output.
We were accidentally changing the blend state for the final draw in a
frame.  This could cause apparently random issues if a game didn't align
drawing with vblanks.

Fixes #13152.
2021-08-02 23:45:49 -07:00
iota97
2b8d05cfa9 Add savestate undo UI 2021-08-03 07:49:28 +02:00
Henrik Rydgård
0192f9daab
Merge pull request #14677 from SeanMcG/glvnd_detection
cmake: use vendor-neutral GL implementation when available
2021-08-02 20:55:16 +02:00
Sean McGovern
a3e17807a7 cmake: use vendor-neutral GL implementation when available; fallback to legacy GL 2021-08-02 14:22:35 -04:00
bslenul
0446608f4a Update libretro.cpp 2021-08-02 12:11:39 +02:00
Unknown W. Brackets
d146370075 GitHub: Update link for translation contribution. 2021-08-01 15:28:59 -07:00
Unknown W. Brackets
eee2093433 GitHub: Switch to issue form templates. 2021-08-01 15:26:08 -07:00
Henrik Rydgård
87723abdeb
Merge pull request #14669 from SeanMcG/adhoc_format_spec
sceNetAdhoc: fix format specifier for debug log
2021-08-01 23:01:04 +02:00
Henrik Rydgård
5e414b345a
Merge pull request #14670 from SeanMcG/overlinking-fix
fix overlinking of OpenGL libraries
2021-08-01 22:59:35 +02:00
Henrik Rydgård
bcec076cb3
Merge pull request #14671 from iota97/translation
Make tap to customize translatable
2021-08-01 22:59:14 +02:00
Unknown W. Brackets
e5a8f20c34
Merge pull request #14667 from ppmeis/patch-1
Update es_ES.ini
2021-08-01 13:28:50 -07:00
iota97
4a0a1864b0 Make tap to customize translatable 2021-08-01 21:34:37 +02:00
Sean McGovern
a7a64beb88 fix overlinking of OpenGL libraries 2021-08-01 13:20:08 -04:00
Sean McGovern
6f346e5d76 sceNetAdhoc: fix format specifier for debug log 2021-08-01 13:15:39 -04:00
PpmeiS
60946381d9
Update es_ES.ini
Aesthetic changes and missing lines added.
2021-08-01 15:00:52 +02:00
Pierce Andjelkovic
9ac4931636
Fix get CPU & CPU Brand 2021-07-31 03:03:13 +10:00
Pierce Andjelkovic
bd8759853b
Fix ABI 2021-07-31 01:50:48 +10:00
Pierce Andjelkovic
0d0e2c44e0 Fix copied mips bugs 2021-07-29 07:47:09 +10:00