Various warning, logging, jit fixes
This commit is contained in:
parent
449f56d6f8
commit
7720dc3f60
12 changed files with 54 additions and 38 deletions
|
@ -521,7 +521,7 @@ bool __KernelLoadExec(const char *filename, SceKernelLoadExecParam *param, std::
|
|||
|
||||
u32 handle = pspFileSystem.OpenFile(filename, FILEACCESS_READ);
|
||||
|
||||
u8 *temp = new u8[(int)info.size];
|
||||
u8 *temp = new u8[(int)info.size + 0x1000000];
|
||||
|
||||
pspFileSystem.ReadFile(handle, temp, (size_t)info.size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue