diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-08-17 14:44:29 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-08-17 14:44:29 +0800 |
| commit | 82a441e7bd3a5103330c7d5ca7f9df470953e586 (patch) | |
| tree | a8a933aa9f03767c6cebc5e11380c37931eae5cd /tools | |
| parent | e7f9e08937f9d556793c1e0ff0a08856a3897b41 (diff) | |
| download | psn00bsdk-82a441e7bd3a5103330c7d5ca7f9df470953e586.tar.gz | |
Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/util/elf2x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/util/elf2x.c b/tools/util/elf2x.c index 940e4a1..612ca41 100644 --- a/tools/util/elf2x.c +++ b/tools/util/elf2x.c @@ -267,7 +267,7 @@ int main(int argc, char** argv) { // Prepare PS-EXE header memset( &exe, 0, sizeof(PSEXE) ); - exe.params.sp_addr = 0x801FFFF0; + //exe.params.sp_addr = 0x801FFFF0; exe.params.t_addr = exe_taddr; exe.params.t_size = exe_tsize; exe.params.pc0 = head.prg_entry_addr; |
