Unknown W. Brackets
|
f75cb9fbae
|
Thread: Log error waiting already waiting thread.
|
2021-02-06 23:55:58 -08:00 |
|
Unknown W. Brackets
|
b9ae574679
|
Thread: Log error when delaying a waiting thread.
This will handle double delaying and delaying in general.
|
2021-02-06 23:55:46 -08:00 |
|
Unknown W. Brackets
|
dd2bd55bcb
|
Kernel: Adjust sceKernelGetThreadExitStatus timing.
See #13703.
|
2021-01-18 22:09:37 -08:00 |
|
Henrik Rydgård
|
5c0ab8bea3
|
Guess at a fix for #13698 - sceKernelThreadGetExitStatus probably takes some cycles.
|
2020-11-23 09:09:36 +01:00 |
|
Henrik Rydgård
|
ed88761ecc
|
Merge ext/native/stringutil.cpp/h into Common/StringUtils.cpp/h.
|
2020-09-29 15:51:51 +02:00 |
|
Unknown W. Brackets
|
ac7522b0dd
|
Plugins: Schedule plugins before game thread.
|
2020-09-08 09:31:09 -07:00 |
|
Unknown W. Brackets
|
fcaef648ec
|
Net: Fix memory corruption on save old state.
Can't restore these if they're not inited either.
|
2020-09-07 07:23:13 -07:00 |
|
ANR2ME
|
439171fc56
|
An attempt to reduce the lags/stutters during multiplayer caused by improper blocking behavior.
|
2020-09-04 13:09:44 +07:00 |
|
sum2012
|
f5937d0c6a
|
Use >= 0x03080000 instead of 0x0307FFFF
|
2020-09-02 20:31:06 +08:00 |
|
sum2012
|
f13c69a0e1
|
Add a check in sceKernelTerminateThread
https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/HLE/modules/ThreadManForUser.java#L3971
|
2020-09-02 20:26:45 +08:00 |
|
shenweip
|
8b5530e626
|
Reschedule after resuming thread from suspend.
|
2020-09-01 19:10:57 +08:00 |
|
sum2012
|
000c20ee44
|
Add a check in sceKernelTerminateDeleteThread
https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/HLE/modules/ThreadManForUser.java#L3998
|
2020-08-30 17:44:17 +08:00 |
|
sum2012
|
80283d3230
|
Add a check in sceKernelExitDeleteThread
|
2020-08-18 21:03:45 +08:00 |
|
sum2012
|
35c05ef064
|
Use ppsspp error name
|
2020-08-18 06:42:55 +08:00 |
|
sum2012
|
dfad6cd479
|
oop
|
2020-08-17 23:18:12 +08:00 |
|
sum2012
|
df1f126715
|
Fix sceKernelExitThread
fix #13297 fix #9523
According from
https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/HLE/modules/ThreadManForUser.java#L3924
|
2020-08-17 23:16:15 +08:00 |
|
Henrik Rydgård
|
5d64fc5ff1
|
Switch to PPSSPP's assert functions (don't use the system's)
|
2020-08-16 10:01:10 +02:00 |
|
Henrik Rydgård
|
b43698a13d
|
Remove most instances of base/logging.h from Common, Core, GPU, more
|
2020-08-15 19:08:44 +02: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 |
|
shenweip
|
c7e2eba231
|
Add basic Microphone support on Windows.
|
2020-07-31 10:24:17 +08:00 |
|
Henrik Rydgård
|
97cfb64272
|
Warning fixes
|
2020-07-20 22:55:32 +02: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 |
|