Commit graph

30522 commits

Author SHA1 Message Date
Henrik Rydgård
c333e2b879
Merge pull request #14480 from iota97/analog-head
Configurable analog head size
2021-09-13 22:39:18 +02:00
Henrik Rydgård
3829ca0677
Merge pull request #14847 from unknownbrackets/ui-background
Android: Fix UI background on scoped storage
2021-09-13 20:58:27 +02:00
Henrik Rydgård
98a0d7189e
Merge pull request #14843 from iota97/dpad-drag
DPad drag fixes
2021-09-13 20:57:26 +02:00
Unknown W. Brackets
dab1a3aa3c Android: Fix UI background on scoped storage. 2021-09-13 10:27:42 -07:00
Henrik Rydgård
92a888cd2d
Merge pull request #14845 from unknownbrackets/reporting
UI: Correct enable reporting setting resetting
2021-09-13 19:19:46 +02:00
Henrik Rydgård
0651df3bca
Merge pull request #14846 from unknownbrackets/warnings
Fix some gcc warnings
2021-09-13 19:19:15 +02:00
Unknown W. Brackets
f53b4b5eac UI: Correct enable reporting setting resetting. 2021-09-13 08:54:33 -07:00
Unknown W. Brackets
10ffdc9f54 Font: Cleanup logging for invalid pointers.
Also fixes some duplicate logging and includes return code/error code.
2021-09-13 08:29:45 -07:00
Unknown W. Brackets
3ac669f80b Core: Fix some minor gcc warnings. 2021-09-13 08:13:14 -07:00
Unknown W. Brackets
c755dedbf6
Merge pull request #14842 from unknownbrackets/texfilt
Vulkan: Expand 16-bit textures to generate mips
2021-09-13 07:26:43 -07:00
Unknown W. Brackets
2ecaa61fa5 headless: Fix some Python warnings.
Also, on newer pythons, this was crashing entirely.
2021-09-13 07:26:00 -07:00
iota97
4ec1a8d12a Allow drag over touch DPAD and avoid analog drag to trigger other button 2021-09-13 14:30:15 +02:00
Henrik Rydgård
bb3a03adac
Merge pull request #14840 from unknownbrackets/dxt5
Implement DXT decoding in samplerjit x86
2021-09-13 09:08:06 +02:00
Unknown W. Brackets
c37c078254 Vulkan: Only force 32-bit if needed.
If there are mips already, we can keep 16-bit.
2021-09-13 00:07:01 -07:00
Henrik Rydgård
ab4dcebd5e
Merge pull request #14841 from unknownbrackets/ui-chat-view
Use a view for the chat log
2021-09-13 09:06:16 +02:00
Unknown W. Brackets
d9f62d690a Vulkan: Expand 16-bit textures to generate mips.
When using "Auto Max Quality", we can't use 16-bit formats.
See #14804.
2021-09-13 00:03:42 -07:00
Unknown W. Brackets
40c233fa77 UI: Update flags more correctly in chat.
Not the ideal interface here, though...
2021-09-12 20:20:17 -07:00
Unknown W. Brackets
6b107a884b UI: Cleanup input box for chat. 2021-09-12 20:16:05 -07:00
Unknown W. Brackets
f45c5186ca UI: Move the chat message box to just a view.
Instead of being a popup.  This should make it easier to make sure things
work normally, and avoids some of the strange overrides of PopupScreen it
previously had.
2021-09-12 19:44:44 -07:00
Unknown W. Brackets
96fd29c86f UI: Allow UI keys on emuscreen of focused.
This is only if you already focus something.
2021-09-12 19:41:47 -07:00
Unknown W. Brackets
6762903087 TexCache: Correct confusing red/blue var names.
This decodes to RGBA (R least significant), so it's confusing to refer to
it as BGRA.  It's actually the 565 colors in the DXT data that are BGR.
2021-09-12 17:21:45 -07:00
Unknown W. Brackets
08816a544d softgpu: Implement DXT5 in samplerx86. 2021-09-12 17:17:09 -07:00
Henrik Rydgård
d32a1fa91e it_IT translation update, thanks giona. 2021-09-13 01:08:08 +02:00
Henrik Rydgård
d2421ebfef
Merge pull request #14837 from unknownbrackets/savedata-io
Savedata: Respect IO timing method setting
2021-09-13 01:04:34 +02:00
Unknown W. Brackets
c4de5bfb9f softgpu: Implement DXT3 in samplerx86. 2021-09-12 14:53:55 -07:00
Unknown W. Brackets
ee9d19430f softgpu: Implement DXT1 decoding in samplerx86. 2021-09-12 13:57:28 -07:00
Henrik Rydgård
766a74fea5
Merge pull request #14836 from iota97/mockup
Edit psp screen a bit
2021-09-12 20:24:11 +02:00
Henrik Rydgård
4fb7b0a11f
Merge pull request #14838 from unknownbrackets/dxt5
Correct DXT5 alpha calculation
2021-09-12 20:13:58 +02:00
Unknown W. Brackets
a0eeb52444 softgpu: Decode DXT texels directly.
This improves performance a lot compared to decoding the whole block.
Eventually we may implement a cache, but threading makes that complex to
make properly fast.
2021-09-12 09:37:34 -07:00
Unknown W. Brackets
1ee5352d3e TexCache: Correct DXT5 alpha calculation.
This matches PSP alpha values from an exhaustive test.
2021-09-12 09:35:53 -07:00
Unknown W. Brackets
29aa81be9e Savedata: Respect IO timing method setting. 2021-09-12 07:05:51 -07:00
Unknown W. Brackets
c1b1704317
Merge pull request #14832 from iota97/settinginfo
Fix setting info on multi choice
2021-09-12 06:40:13 -07:00
iota97
8d120af168 Edit psp screen a bit 2021-09-12 15:11:58 +02:00
iota97
a2f016b2d1 Fix setting info on multi choice 2021-09-12 12:06:05 +02:00
Unknown W. Brackets
db21d0e7fc Android: Avoid crash without ext dir.
This can return null on some older Androids.  See #14821.
2021-09-11 20:12:17 -07:00
Henrik Rydgård
f1c05b0395
Merge pull request #14829 from hrydgard/path-case-fix
Auto-fix case of manually specified paths
2021-09-11 22:08:52 +02:00
Henrik Rydgård
f348adb4b3 Auto-fix case of manually specified paths.
Fixes remaining issue in #14821
2021-09-11 21:45:31 +02:00
Henrik Rydgård
de3d711616 Move FixPathCase to Common/File/Path 2021-09-11 21:17:23 +02:00
Henrik Rydgård
d876834561 Fix weird linker problem 2021-09-11 21:17:01 +02:00
Henrik Rydgård
b17ff0e5af
Merge pull request #14818 from iota97/super-wp
Focus based moving background
2021-09-11 20:50:54 +02:00
Henrik Rydgård
447700133c
Merge pull request #14827 from hrydgard/savedata-opt
Savedata optimizations
2021-09-11 20:44:22 +02:00
Henrik Rydgård
4a5008bdf1
Merge pull request #14828 from stuken/libretro_set_inflightframes
Wire inflight frames config setting to render managers.
2021-09-11 20:32:38 +02:00
Henrik Rydgård
b05a74803d Remove another redundant check, comment fixes 2021-09-11 20:31:42 +02:00
Henrik Rydgård
71056e3486 SFO return value fix, oops 2021-09-11 20:26:36 +02:00
Stuart Kenny
825a84a5d1 Wire inflight frames config setting to render managers. 2021-09-11 19:05:34 +01:00
Henrik Rydgård
36079b86d0 Optimize away a couple of existence checks 2021-09-11 19:53:19 +02:00
Henrik Rydgård
5d53e59c1d Optimize ReadPSPFile (which should probably be replaced with ReadEntireFile anyway) 2021-09-11 19:33:28 +02:00
Henrik Rydgård
464af0723e Minor gradle upgrade, why not 2021-09-11 19:32:48 +02:00
Henrik Rydgård
8e2b73b05f Optimize MetaFileSystem::ReadEntireFile 2021-09-11 19:32:37 +02:00
Henrik Rydgård
f53546362f
Merge pull request #14826 from hrydgard/more-io-optimizations
More I/O optimizations
2021-09-11 18:54:22 +02:00