Henrik Rydgård
|
e6403d7157
|
Split GetPointer into two versions, to help with const correctness
|
2022-07-24 13:26:19 +02:00 |
|
Henrik Rydgård
|
73871b9b7e
|
Implement new thread manager, port stuff to it.
|
2021-06-12 13:03:53 +02:00 |
|
Unknown W. Brackets
|
4f96169357
|
Core: Init memory on multiple threads.
Also init volatile at the same time for consistency.
|
2021-04-16 00:53:50 -07:00 |
|
Unknown W. Brackets
|
88e2b9b740
|
Debugger: Notate memset tags directly.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
ca2f7df94f
|
Debugger: Track memory allocations and writes.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
ca7d127adc
|
Debugger: Notate more cases of memory clears.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
f7740edc6d
|
Debugger: Add more metadata for memory usage.
|
2021-02-15 15:01:21 -08:00 |
|
Henrik Rydgård
|
c1b52c398b
|
Minor cleanups related to #13527
Doesn't fix it though. A "Resume" button will be added later to BREAK
crashes.
|
2020-10-14 23:45:19 +02:00 |
|
shenweip
|
0f45e17f09
|
Only clear when initializating kernelMemory and userMemory.
|
2020-08-29 19:51:11 +08:00 |
|
Unknown W. Brackets
|
b8342fb8ec
|
SaveState: Rename ChunkFile files to Serialize.
Makes more sense and less weird than ChunkFileDoMap, etc.
|
2020-08-10 08:04:05 +00:00 |
|
Unknown W. Brackets
|
1dc5ee424b
|
SaveState: Split out Do types to reduce headers.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
4b4e3432cd
|
SaveState: Split Do() into a separate header.
|
2020-08-10 08:03:41 +00:00 |
|
Henrik Rydgård
|
df6d0a8ae7
|
PSP kernel: Improve logging when accessing bad kernel object handles.
|
2020-07-20 11:57:11 +02:00 |
|
Henrik Rydgård
|
c5e0b799d9
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
Fixes the inconsistency where we _assert_ didn't take a category but
_assert_msg_ did.
|
2020-07-19 20:33:25 +02:00 |
|
sum2012
|
8a905bbb9d
|
Wrap some SysMemForKernel
Used in "Hatsune Miku Project Diva Extend" chinese patched version
Prepare real support the chinese patched game.
|
2020-06-07 11:16:46 +08:00 |
|
Henrik Rydgård
|
bf73d3d663
|
Address Unknown's feedback
https://github.com/hrydgard/ppsspp/pull/7965/files
|
2020-04-26 11:19:31 +02:00 |
|
sum2012
|
3604a92bee
|
Change to info log
As this commit is work
(tested on Tales of Phantasia with Chinese patch)
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
b12fbb9d3e
|
Attempt to make save status
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
e1ce6c061e
|
Fix crash in sceKernelDeleteHeap
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
52138f8ce8
|
Attempt to build fix non-windows
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
6c4043b9de
|
remove comment
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
fed2b42c5f
|
Try to Implement SysMemForKernel
|
2020-04-26 11:18:41 +02:00 |
|
sum2012
|
a8c2c02b82
|
Move SysMemForKernel to sceKernelMemory
As SysMemForUser in there
|
2020-04-26 11:18:41 +02:00 |
|
Unknown W. Brackets
|
916ba4edaf
|
Vpl: Correct allocation order when splitting block.
More fuzz testing produced cases that were still off. This is simpler.
|
2020-03-16 21:17:23 -07:00 |
|
Henrik Rydgård
|
ff3d799871
|
Remove snprintf compatibility hacks for MSVC versions before 2015
|
2017-08-31 16:46:54 +02:00 |
|