Henrik Rydgård
|
3a14c432ff
|
Merge pull request #14327 from unknownbrackets/sanitize-utf8
PPGe: Remove ENTR hack, fix string concat
|
2021-03-29 13:34:50 +02:00 |
|
Unknown W. Brackets
|
fe83f21df5
|
PPGe: Remove ENTR hack, fix string concat.
Sanitize first, then concatenate. This replicates the firmware behavior
nicely.
|
2021-03-29 00:21:26 -07:00 |
|
Unknown W. Brackets
|
d0303e2430
|
Savedata: Always write the file list to the SFO.
Matches tests on hardware using MAKEDATA, see also #8854.
|
2021-03-29 00:08:48 -07: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 |
|
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
|
88fe2e9863
|
Dialog: Use dialog type header more consistently.
|
2021-02-27 13:43:12 -08: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
|
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
|
2f3bc2d373
|
Merge pull request #14056 from unknownbrackets/debugger-mem
Track memory allocations and writes for debug info
|
2021-02-21 10:18:11 +01:00 |
|
Unknown W. Brackets
|
2a9dde684d
|
Dialog: Unlock volatile without Update call.
Crisis Core depends on this unlocking, likely it should really be on a
thread.
|
2021-02-16 19:15:09 -08:00 |
|
Unknown W. Brackets
|
e7b968be73
|
Debugger: Notate Memcpys directly as well.
|
2021-02-15 15:01:23 -08:00 |
|
Henrik Rydgård
|
71b1c9dfea
|
Merge pull request #14150 from unknownbrackets/dialog
Dialog: Clear volatile memory on unlock
|
2021-02-15 23:37:55 +01:00 |
|
Unknown W. Brackets
|
d2348897cb
|
Dialog: Clear volatile memory on unlock.
Approximates firmware behavior.
|
2021-02-15 14:08:16 -08:00 |
|
Unknown W. Brackets
|
e85a8b0f5b
|
Global: Cleanup class init order warnings.
|
2021-02-15 11:59:45 -08:00 |
|
Henrik Rydgård
|
5ed5947804
|
Merge pull request #13943 from unknownbrackets/dialog
Dialog: Simulate volatile memory lock behavior
|
2021-02-15 16:47:06 +01:00 |
|
Henrik Rydgård
|
1c3c384289
|
Merge pull request #14079 from unknownbrackets/ppge-aspect
Savedata: Show save icons with proper aspect ratio
|
2021-02-15 11:20:41 +01:00 |
|
Unknown W. Brackets
|
0ffac20fcd
|
Common: Include unistd.h before ctime on mingw.
This is required for localtime_r and similar to be available.
|
2021-02-14 10:30:10 -08:00 |
|
Unknown W. Brackets
|
2c165c9b6d
|
Windows: Fix improper case or missing includes.
As per mingw errors/warnings.
|
2021-02-14 10:30:10 -08:00 |
|
Unknown W. Brackets
|
788e8c3bbc
|
Io: Truncate reads/writes to valid memory.
A PSP might crash in these cases, but it's better if we avoid a crash.
|
2021-02-13 08:24:39 -08:00 |
|
Unknown W. Brackets
|
f798d9fe4b
|
Savedata: Show save icons with proper aspect ratio.
This mainly matters for Minis.
|
2021-02-07 23:39:12 -08:00 |
|
Unknown W. Brackets
|
c2415d7593
|
Savedata: Show corrupted data more clearly.
Include the folder name and show a darkened icon so it's clearer.
|
2021-02-07 23:18:39 -08:00 |
|
Unknown W. Brackets
|
e42dac2fb4
|
Dialog: Simulate volatile memory lock behavior.
Also simply clear to zero, which isn't exactly correct but should be
fairly close. See #8288 (NBA Live 08 hang.)
|
2021-01-18 11:07:21 -08:00 |
|
Unknown W. Brackets
|
8bd32b6009
|
Dialog: Manage status only through accessors.
|
2021-01-18 10:46:57 -08:00 |
|