Unknown W. Brackets
|
7e462c087c
|
Loader: Get rid of overalloc on module exec.
|
2022-10-09 16:42:24 -07:00 |
|
Unknown W. Brackets
|
d473aa6db0
|
Module: Cleanup file read pattern.
Let's always use ReadEntireFile() when we can.
|
2022-10-09 14:42:30 -07:00 |
|
Unknown W. Brackets
|
3af8a667e1
|
Psmf: Fix save states.
|
2022-10-07 07:03:29 -07:00 |
|
sum2012
|
d716b74480
|
Fix as @hrydgard suggest
|
2022-10-07 06:01:53 +08:00 |
|
sum2012
|
776e72715f
|
Forget remove the include
|
2022-10-05 20:52:47 +08:00 |
|
sum2012
|
de6d747cf0
|
Store crc change to u32
Should build fixed
|
2022-10-05 20:36:01 +08:00 |
|
sum2012
|
af93a7185b
|
Add crc record to psmfplayer
|
2022-10-04 09:50:33 +08:00 |
|
sum2012
|
bbe9c41098
|
Add crc record into mpeg module
|
2022-10-04 09:21:11 +08:00 |
|
sum2012
|
95e6eaa601
|
Add crc calculation in loading module
|
2022-10-04 08:29:23 +08:00 |
|
Unknown W. Brackets
|
ccd4e92184
|
Kernel: Use PSPPointer for status objects.
Code makes more sense when reading ->size rather than offset 0.
|
2022-09-03 10:44:12 -07:00 |
|
Henrik Rydgård
|
6b2a31dff5
|
Add a check to the elf loader, preventing a crash on bad module info addr
|
2022-03-13 23:36:18 +01:00 |
|
Henrik Rydgård
|
025bcb1673
|
Introduce Path, start using it all over the place.
Still lots left to convert!
Convert GetSysDirectory to return Path.
More buildfixing
Remove unnecessary Path( constructors
|
2021-05-13 10:39:16 +02:00 |
|
Unknown W. Brackets
|
8544bd0c3e
|
Windows: Avoid C++ files for consistency.
There's already the mingw thing, and we're avoiding these for Android
paths too. Let's be consistent.
|
2021-05-09 17:00:48 -07:00 |
|
Unknown W. Brackets
|
4c1ed81d45
|
Module: Speed up module unload.
|
2021-04-16 01:03:10 -07:00 |
|
Unknown W. Brackets
|
6ee944a0a6
|
Module: Process relocations on threads.
There's usually quite some, and using threads can halve the load time.
ELF loading isn't terribly slow, but it adds up.
|
2021-04-16 00:41:56 -07:00 |
|
Unknown W. Brackets
|
ffd468c3ae
|
Reporting: Add more info to libstubend error.
|
2021-04-10 18:33:44 -07:00 |
|
Unknown W. Brackets
|
eedd0b32dd
|
Module: Add a missing error return case.
|
2021-04-10 17:11:40 -07:00 |
|
Stefano B
|
e496c5e8cc
|
Set ent_top/ent_size/stub_top/stub_size of SceModule
|
2021-03-30 23:15:49 +02: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 |
|
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
|
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 |
|
Unknown W. Brackets
|
43bc865d30
|
Module: Avoid logging bad pointers when no nids.
|
2021-03-01 21:07:28 -08:00 |
|
Unknown W. Brackets
|
a76ba9a957
|
Core: Handle Disc ID a bit more consistently.
|
2021-02-28 10:52:35 -08:00 |
|
Henrik Rydgård
|
e12888844c
|
Merge pull request #14189 from sum2012/kernel-patch
sceKernelFindModuleByName:Add delay for Fake module
|
2021-02-27 18:17:50 +01: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 |
|