Henrik Rydgard
|
3ba911bf07
|
Replace some calls to fopen with File::OpenCFile (utf8).
|
2016-01-17 15:59:20 +01:00 |
|
Henrik Rydgard
|
e11d0a7e1c
|
Minor GPU interface cleanup
|
2016-01-06 23:49:02 +01:00 |
|
Unknown W. Brackets
|
51016eb1c5
|
Jit: Invalidate after module loads.
Just to be safe, let's invalidate the entire range.
|
2015-12-27 22:05:53 -08:00 |
|
Unknown W. Brackets
|
f3df6b307f
|
Use a FileLoader for PBPs.
Improves consistency, caching, etc.
|
2015-12-24 12:21:40 -08:00 |
|
Unknown W. Brackets
|
a53f0360f3
|
Use a less leak prone interface for PBP reading.
|
2015-12-24 10:20:27 -08:00 |
|
Henrik Rydgard
|
b998131581
|
Move the symbol map to the heap, deallocate it when no game is running.
|
2015-10-31 23:01:19 +01:00 |
|
Lioncash
|
fea7428fdb
|
Core: Add missing override specifiers
|
2015-10-17 02:58:02 -04:00 |
|
Unknown W. Brackets
|
e3254e05f6
|
Clean up a bit of logging.
|
2015-10-13 04:24:44 +08:00 |
|
Unknown W. Brackets
|
4aa8c35950
|
Removed unused code to return fake module id.
We already allocate modules now.
|
2015-10-13 04:24:38 +08:00 |
|
Unknown W. Brackets
|
5fe49b23e9
|
Reschedule on module load/unload more correctly.
|
2015-10-09 20:08:11 +08:00 |
|
Unknown W. Brackets
|
e0f85a9c6b
|
Native merge part 1: skip native/ in includes.
|
2015-09-06 12:19:33 -07:00 |
|
Unknown W. Brackets
|
2450724be2
|
Make Memory::Memcpy() execute memchecks directly.
This makes it easier to handle breakpoints in HLE.
|
2015-04-05 18:09:20 -07:00 |
|
Unknown W. Brackets
|
8d5f843bb8
|
Cleanup thread start and create logging.
Also report less cases.
|
2015-03-28 14:46:09 -07:00 |
|
Unknown W. Brackets
|
fcf0518223
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
|
Unknown W. Brackets
|
1b7ee8c269
|
Allocate less in sceKernelLoadModuleByID w/ offset.
Though, this may still be too much? I wonder if it parses to figure the
size or anything.
|
2015-01-10 08:36:12 -08:00 |
|
Lioncash
|
d8da1cd44d
|
sceKernelModule: Remove unused array in __KernelLoadPBP
|
2014-12-10 23:38:35 -05:00 |
|
Lioncash
|
cac632424c
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
|
Lioncash
|
4ccb838306
|
Core: Mark some module functions as static
|
2014-12-08 04:40:08 -05:00 |
|
Unknown W. Brackets
|
49aff7c75d
|
Correct unload of imported vars.
From level99procrastinator, just slightly adjusted.
|
2014-11-05 22:57:25 -08:00 |
|
Unknown W. Brackets
|
a391296c17
|
Small optimization to func/var import.
Should compare the nid first, of course, faster and less likely to match
anyway.
|
2014-11-02 17:53:46 -08:00 |
|
sum2012
|
55cb292bad
|
Correct sceKernelSelfStopUnloadModule 's name and logging
|
2014-08-29 20:36:21 +08:00 |
|
sum2012
|
26b25052c2
|
Fix sceKernelSelfStopUnloadModule parameters
According to http://code.google.com/p/jpcsp/source/detail?r=3597
|
2014-08-29 20:31:25 +08:00 |
|
Henrik Rydgard
|
0f973a3276
|
Get it running on Android again
|
2014-08-23 09:48:08 +02:00 |
|
Henrik Rydgard
|
dfbb0bdea2
|
Hack: Return -1 specifically for trying to load SFO's as modules. Works around #6748
Will test properly later and return the correct value but this should be zero-impact.
|
2014-08-21 10:34:56 +02:00 |
|
Unknown W. Brackets
|
dc16ad3744
|
Report forwarding module load to loadexec.
Shouldn't do this probably.
|
2014-08-17 14:26:01 -07:00 |
|