Commit Graph

29417 Commits

Author SHA1 Message Date
Unknown W. Brackets
13ec384dbe Build: Explicitly include ppsspp_config.h.
This adds it to all files that use it.  Not all our builds include the
file.
2021-03-02 21:04:03 -08:00
Henrik Rydgård
6e4dc3f46c
Merge pull request #14246 from TotalCaesar659/patch-1
Fix typo
2021-03-02 16:09:33 +01:00
TotalCaesar659
e9a6707aae
Fix typo 2021-03-02 18:08:16 +03:00
Henrik Rydgård
2f672bae56
Merge pull request #14243 from unknownbrackets/linker
Module: Avoid logging bad pointers when no nids
2021-03-02 06:37:01 +01:00
Henrik Rydgård
702c643f1f
Merge pull request #14242 from unknownbrackets/ppge-state
PPGe: Reload atlas on load state if different
2021-03-02 06:36:13 +01:00
Unknown W. Brackets
43bc865d30 Module: Avoid logging bad pointers when no nids. 2021-03-01 21:07:28 -08:00
Unknown W. Brackets
2ce77c6776 PPGe: Reload atlas on load state if different. 2021-03-01 21:04:35 -08:00
Henrik Rydgård
d1af703433
Merge pull request #14241 from hrydgard/ios-jit-detect-2
iOS: Try a different JIT detection method, thanks Halo-Michael.
2021-03-01 23:17:09 +01:00
Henrik Rydgård
e29bb7bcdf Only remove tha CMake line for Apple. 2021-03-01 22:59:26 +01:00
Henrik Rydgård
725f054e17 iOS: Try a different JIT detection method, thanks Halo-Michael.
Also add an escape route from games list settings without a back button.

See #14240
2021-03-01 22:41:51 +01:00
Henrik Rydgård
203d1364a8 Time to remove this line in CMakeLists.txt now. 2021-03-01 22:06:58 +01:00
Henrik Rydgård
45628cde95 Tweak to jit detection based on feedback to #14201 2021-03-01 13:04:55 +01:00
Henrik Rydgård
0fb655acf6
Merge pull request #14202 from unknownbrackets/ui-labels
Add labels to all UI views
2021-02-28 20:10:38 +01:00
Henrik Rydgård
abdf606d0b
Merge pull request #14234 from unknownbrackets/mpeg-minor
Mpeg: Allow full use of the buffer queue
2021-02-28 20:08:39 +01:00
Henrik Rydgård
a26f5896f9
Merge pull request #14235 from ANR2ME/adhoc
[Adhoc] Always enable TCPNoDelay to improve response time
2021-02-28 20:08:29 +01:00
ANR2ME
620e003c10 Removing TCPNoDelay option from Networking Settings and always enable it to improve response time. 2021-03-01 01:45:28 +07:00
ANR2ME
36a9fb7645 Replacing the deprecated gethostbyname function with getaddrinfo function to prevent getting deprecated warnings 2021-03-01 01:45:28 +07:00
ANR2ME
758fb12fc3 Making sure there are no warnings related to deprecated inet_ntoa function 2021-03-01 01:45:27 +07:00
Henrik Rydgård
0facd4d4a6
Merge pull request #14230 from unknownbrackets/texreplace
Support texture replacement filtering overrides
2021-02-28 18:09:38 +01:00
Henrik Rydgård
08c917fe7b
Merge pull request #14233 from unknownbrackets/texoffset
GPU: Dirty texparams when cropping a self-copy
2021-02-28 18:09:02 +01:00
Unknown W. Brackets
161ddbeac0 Mpeg: Allow full use of the buffer queue.
Track filled size separately so we can be entirely filled.
2021-02-28 08:56:08 -08:00
Unknown W. Brackets
7c7b1dafa0 GPU: Dirty texparams when cropping a self-copy.
If we used UV to limit the blit, we may need to do the blit again next
time, so re-examine texture params.
2021-02-28 08:20:46 -08:00
Unknown W. Brackets
0f5ebd210a Windows: Add missing header for menu. 2021-02-28 07:51:38 -08:00
Henrik Rydgård
91c0ef237c
Merge pull request #14231 from unknownbrackets/lighting
In lighting, always normalize zero to (0, 0, 1)
2021-02-28 09:55:54 +01:00
Unknown W. Brackets
64484a59e6 GPU: Normalize zero consistently in hw transform. 2021-02-28 00:05:10 -08:00
Unknown W. Brackets
3d8e444368 GE Debugger: Correct powered diffuse display. 2021-02-27 23:52:45 -08:00
Unknown W. Brackets
2f63f9999d GPU: Normalize 0 to 1 always in software lighting.
See #14167.  This seems to be consistent.
2021-02-27 23:51:45 -08:00
Unknown W. Brackets
82a7a26409 GPU: Look up replaced filtering options. 2021-02-27 17:17:21 -08:00
Unknown W. Brackets
fb3ad1df4b Replacement: Read in texture filtering overrides.
If you're replacing, you can know more information about linear safety for
tests.
2021-02-27 17:16:16 -08:00
Henrik Rydgård
2e5ba066aa
Merge pull request #14228 from unknownbrackets/volatile
Dialog: Use dialog type header more consistently
2021-02-27 23:32:01 +01:00
Henrik Rydgård
31c095226f
Merge pull request #14225 from hrydgard/android-file-picker
Android: Implement opening ISOs through a file picker and Storage Access Framework
2021-02-27 23:31:09 +01:00
Unknown W. Brackets
88fe2e9863 Dialog: Use dialog type header more consistently. 2021-02-27 13:43:12 -08:00
Henrik Rydgård
77fb8dd3b2
Merge pull request #14227 from unknownbrackets/volatile
Dialog: Respect accessThread priority on shutdown
2021-02-27 22:41:41 +01:00
Henrik Rydgård
f36c85d099 Comment cleanup, allow file picker as far back as KitKat. 2021-02-27 22:32:54 +01:00
Henrik Rydgård
e60b38b6cb Address feedback, remove probably-misleading comment (had already fixed it). 2021-02-27 22:19:03 +01:00
Unknown W. Brackets
52c5f4bf95 Dialog: Respect accessThread priority on shutdown.
This influences shutdown timing.
2021-02-27 13:15:12 -08:00
Unknown W. Brackets
d066b39334 Screenshot: Provide common params properly. 2021-02-27 12:51:56 -08:00
Unknown W. Brackets
fa320599dc HLE: Correct helper thread arg handling. 2021-02-27 12:51:25 -08:00
Unknown W. Brackets
aa13f5afb7 Dialog: Track type id on dialog class. 2021-02-27 12:01:52 -08:00
Unknown W. Brackets
2b9b157151 Savedata: Eat cycles in savedata shutdown start. 2021-02-27 10:35:26 -08:00
Henrik Rydgård
e12888844c
Merge pull request #14189 from sum2012/kernel-patch
sceKernelFindModuleByName:Add delay for Fake module
2021-02-27 18:17:50 +01:00
Henrik Rydgård
2364c1c5e6 Fix exit "race", add persistable permissions 2021-02-27 14:08:38 +01:00
Henrik Rydgård
54c9e28444 Android: Implement opening ISOs through a file picker and Storage Access Framework
Has issues with the recent list - fails to open during shutdown due to
no activity, there's a little race to fix.
2021-02-27 13:49:20 +01:00
Henrik Rydgård
35ad3106ff
Merge pull request #14224 from hrydgard/scoped-storage-prep
Add a Storage tab to System Information with some path info
2021-02-27 12:39:08 +01:00
Henrik Rydgård
26eab06886 Add a Storage tab to System Information.
Add a system property that we can later query to see if we should use
scoped storage adaptations or not.
2021-02-27 11:49:38 +01:00
Unknown W. Brackets
c7d344875d
Merge pull request #14222 from unknownbrackets/mips-minor
jit: Avoid using mips identifier directly
2021-02-26 11:01:10 -08:00
Unknown W. Brackets
7de77e4683 mipsjit: Correct inheritance/compilation. 2021-02-26 07:24:58 -08:00
Unknown W. Brackets
cae0815095 jit: Avoid using mips identifier directly.
Apparently this gets defined on mips systems.
2021-02-26 07:24:58 -08:00
Henrik Rydgård
5d4d8ab418
Merge pull request #14217 from unknownbrackets/snappy-update
SaveState: Fix Snappy build error on older clang
2021-02-24 16:42:49 +01:00
Unknown W. Brackets
2a04b630ba SaveState: Fix Snappy build error on older clang. 2021-02-24 07:33:09 -08:00