Henrik Rydgård and GitHub
ecad18a4f0
Merge pull request #14293 from unknownbrackets/debugger
...
Debugger: Ignore small memory info by default
2021-03-16 08:59:35 +01:00
Henrik Rydgård and GitHub
18525431b9
Merge pull request #14294 from unknownbrackets/module-start
...
Module: Correctly handle modules with -1 entry
2021-03-15 06:54:23 +01:00
Unknown W. Brackets
f6ad90fab8
Module: Correctly handle modules with -1 entry.
...
It should not try to run, options or not.
2021-03-14 16:52:48 -07:00
Unknown W. Brackets
b93e02ad73
Debugger: Ignore small memory info by default.
...
The ini can be updated to enable higher resolution data. Allocations are
always at least 0x100, so this is still pretty useful.
2021-03-14 15:10:35 -07:00
Henrik Rydgård
63a94ceebb
Fix performance regression from failing to optimize the new mem tracker..
2021-03-14 21:27:20 +01:00
ANR2ME
b7309559e8
Fix FlatOut Head On multiplayer.
2021-03-14 03:50:37 +07:00
AdamN and GitHub
542e426293
Merge pull request #14284 from ANR2ME/adhoc
...
[Adhoc] Fix Teenage Mutant Ninja Turtles Multiplayer
2021-03-14 03:46:38 +07:00
Unknown W. Brackets
8d6c1c6d9b
Debugger: Fix save state compat for slab info.
2021-03-13 10:03:02 -08:00
Unknown W. Brackets and GitHub
06995d7569
Debugger: Add header for strlen.
2021-03-13 09:21:45 -08:00
Henrik Rydgård
4e1bc2b3e0
Further std::string removal
2021-03-13 17:55:07 +01:00
Henrik Rydgård
0780976fe7
Remove static assert on struct size, we don't really care that much.
...
Caused problems on 32-bit.
2021-03-13 17:36:10 +01:00
Henrik Rydgård
3c211a6b99
Buildfix
2021-03-13 17:28:47 +01:00
Henrik Rydgård
797cc41a1c
Remove std::string from memblockinfo
2021-03-13 17:12:30 +01:00
ANR2ME
b0503d71f7
Fix Teenage Mutant Ninja Turtles Multiplayer.
...
Alternatively, changing NET_SHUTDOWN_DELAY_US to 501000 usec or more will also works.
2021-03-13 13:50:48 +07:00
Henrik Rydgård
42186e8e9e
Warning fix, memleak fix
2021-03-11 23:28:02 +01:00
Henrik Rydgård
4f48ca3d1c
Some homebrew like Triple Triad tries to load flash0:/kd/pspnet*.prx. We better just lie.
2021-03-11 00:54:19 +01:00
Henrik Rydgård and GitHub
8e90d0644f
Merge pull request #14236 from unknownbrackets/reporting
...
Use full homebrew game title / id in reporting if available
2021-03-08 23:07:23 +01:00
Henrik Rydgård and GitHub
ce6ec7b983
Merge pull request #14264 from unknownbrackets/switch
...
Bring over some networking related Switch changes
2021-03-05 10:15:08 +01:00
M4xw and Unknown W. Brackets
4cc322466a
Switch: Workaround several missing toolchain defs.
2021-03-04 21:24:57 -08:00
M4xw and Unknown W. Brackets
76051ac9b5
Switch: Disable multi-instance tracking.
2021-03-04 21:07:13 -08:00
Henrik Rydgård and GitHub
af5637ecc5
Merge pull request #14229 from unknownbrackets/windows-keys
...
Windows: Setting for standard/debugger shortcuts
2021-03-03 22:15:55 +01:00
Henrik Rydgård and GitHub
c42a03c255
Merge pull request #14248 from TotalCaesar659/patch-3
...
Fix double space again
2021-03-03 09:04:47 +01:00
Henrik Rydgård and GitHub
57d4c4f406
Merge pull request #14250 from unknownbrackets/config-defines
...
Cleanup ppsspp_config.h usage
2021-03-03 08:58:00 +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
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 and GitHub
13c5badfa1
Fix double space again
2021-03-02 21:18:36 +03:00
Henrik Rydgård and GitHub
2f672bae56
Merge pull request #14243 from unknownbrackets/linker
...
Module: Avoid logging bad pointers when no nids
2021-03-02 06:37:01 +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 and GitHub
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
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 and GitHub
0facd4d4a6
Merge pull request #14230 from unknownbrackets/texreplace
...
Support texture replacement filtering overrides
2021-02-28 18:09:38 +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
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 and GitHub
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 and GitHub
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 and GitHub
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
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