mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
wxFuneral
This commit is contained in:
parent
79a3b308d1
commit
fcefbf26c6
51 changed files with 0 additions and 8086 deletions
|
|
@ -1333,9 +1333,6 @@ fs::file SELFDecrypter::MakeElf(bool isElf32)
|
|||
// Decompress if necessary.
|
||||
if (meta_shdr[i].compressed == 2)
|
||||
{
|
||||
/// Removed all wxWidget dependent code. Replaced with zlib functions.
|
||||
/// Also changed local mallocs to unique_ptrs.
|
||||
|
||||
// Store the length in writeable memory space.
|
||||
std::unique_ptr<uLongf> decomp_buf_length(new uLongf);
|
||||
memcpy(decomp_buf_length.get(), &phdr64_arr[meta_shdr[i].program_idx].p_filesz, sizeof(uLongf));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue