Commit Graph

29584 Commits

Author SHA1 Message Date
Henrik Rydgård
c42a03c255
Merge pull request #14248 from TotalCaesar659/patch-3
Fix double space again
2021-03-03 09:04:47 +01:00
Unknown W. Brackets
c679fe1fc8 Build: Remove force include CMake line.
This reverts commit e29bb7bcdf.
2021-03-03 00:00:23 -08:00
Henrik Rydgård
57d4c4f406
Merge pull request #14250 from unknownbrackets/config-defines
Cleanup ppsspp_config.h usage
2021-03-03 08:58:00 +01:00
Henrik Rydgård
8abe7791d8
Merge pull request #14253 from unknownbrackets/texreplace
GPU: Ignore replacements for framebufs
2021-03-03 08:56:27 +01:00
Unknown W. Brackets
d010f07529 GPU: Ignore replacements for framebufs.
Since these don't specify the texture hash/etc. info.
More importantly, prevents a crash.
2021-03-02 23:54:35 -08:00
Henrik Rydgård
365d6d44c6
Merge pull request #14249 from unknownbrackets/savestate
SaveState: Automatically fix duplicate event types
2021-03-03 06:49:47 +01:00
Unknown W. Brackets
4178f09e57 Build: More consistently avoid _M_ defines.
We use PPSSPP_ARCH in several places already, this makes it more complete.
2021-03-02 21:49:21 -08:00
Unknown W. Brackets
d9aecffd72 Build: Remove old ARM define. 2021-03-02 21:26:03 -08:00
Unknown W. Brackets
e621aca9ba Build: Remove MIPS define.
We shouldn't want to use that anyway, for conflicts...
2021-03-02 21:14:09 -08:00
Unknown W. Brackets
5119d79082 Build: Remove IOS define. 2021-03-02 21:04:03 -08:00
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
Unknown W. Brackets
2303cad684 SaveState: Automatically fix duplicate event types.
Some states during certain version ranges have broken state IDs.  This
will auto-heal those on load as best we can.
2021-03-02 20:09:49 -08:00
TotalCaesar659
13c5badfa1
Fix double space again 2021-03-02 21:18:36 +03: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
Unknown W. Brackets
da28e58ecf Windows: Stop using 1234 default unused paths.
They show in storage now, so just send blank.
2021-02-28 15:09:36 -08:00
Unknown W. Brackets
6202e46e2c UI: Wrap long info items.
Avoid overlapping the label.
2021-02-28 15:04:00 -08: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
Unknown W. Brackets
a76ba9a957 Core: Handle Disc ID a bit more consistently. 2021-02-28 10:52:35 -08:00
Unknown W. Brackets
a6d5c9c0c5 Core: Use homebrew disc IDs/titles when available.
Soem homebrew do have valid data here - better to use it if possible.

This affects reporting, which recently got a large chunk of homebrew
reports with empty titles because of this.
2021-02-28 10:47:51 -08: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
Unknown W. Brackets
595dfd144b Windows: Setting for standard/debugger shortcuts. 2021-02-27 14:40:02 -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