aboutsummaryrefslogtreecommitdiff
path: root/tools/util
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2023-05-11 23:42:43 +0200
committerGitHub <noreply@github.com>2023-05-11 23:42:43 +0200
commit04d7728350cbd04dd86cd894e906c98673e3f9a7 (patch)
tree08e8c7dd495d1c4c6fcf5f7ba6b4b10693dc42f6 /tools/util
parenteaec942f56ceec9c14de5c4185a02602abadd50a (diff)
parent58a8306d24fe29d965aa8b40ddc37c3163c0a2f9 (diff)
downloadpsn00bsdk-04d7728350cbd04dd86cd894e906c98673e3f9a7.tar.gz
Merge pull request #70 from Lameguy64/v0.23-wip
Header cleanups, PCDRV, more safety checks, libc and mkpsxiso fixes (v0.23)
Diffstat (limited to 'tools/util')
-rw-r--r--tools/util/elf2x.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/util/elf2x.c b/tools/util/elf2x.c
index 38ed60d..fc0ea9f 100644
--- a/tools/util/elf2x.c
+++ b/tools/util/elf2x.c
@@ -237,13 +237,10 @@ int main(int argc, char** argv) {
exe.params.t_size = exe_tsize;
exe.params.pc0 = head.prg_entry_addr;
- // Some later PAL BIOS versions seem to actually verify the license string
- // in the executable (despite what the nocash docs claim) and display the
- // dreaded "insert PlayStation CD-ROM" screen if it's not valid.
strncpy( exe.header, "PS-X EXE", 8 );
- strcpy( exe.license,
- "Sony Computer Entertainment Inc. for Europe area" );
- strcpy( exe.pad2, "Built using GCC and PSn00bSDK libraries" );
+ //strcpy( exe.license,
+ //"Sony Computer Entertainment Inc. for Europe area" );
+ //strcpy( exe.pad2, "Built using GCC and PSn00bSDK libraries" );
// Write file