Welcome, Guest |
You have to register before you can post on our site.
|
|
unofficial New jpcsp revision 1880d18 |
Posted by: sum2012 - 05-04-2020 01:13 PM 2068 Views - No Replies
|
Code:
Fixed rare compiler issue: when a module is loaded/unloaded multiple
times, it could happen that we try to compile a code block with an
instanceIndex lower than a previous code block. Always use the highest
instanceIndex for the next one.
See http://www.emunewz.net/forum/showthread.php?tid=242597&pid=364769#pid364769
Only windows 64 bit
https://drive.google.com/file/d/1W7q1E2k...sp=sharing
|
|
|
unofficial New jpcsp revision dd9b09a |
Posted by: sum2012 - 05-02-2020 03:11 PM 2027 Views - No Replies
|
Code:
Improved sceKernelLoadModuleXXX and sceKernelUnloadModuleXXX HLE
functions: these functions can modify MIPS code and the compiler needs
to check if any code block has been modified. This is mainly the case
when the application is performing a call to sceKernelLoadModule() and
then using directly one of the loaded function in the same code block.
Only windows 64 build
https://drive.google.com/file/d/1rEbXGH7...sp=sharing
|
|
|
|
|