Skip to content

Commit

Permalink
Merge pull request #253 from illusion0001/crt
Browse files Browse the repository at this point in the history
Update CRT version to 1.00 to allow building on older firmwares.

create-fself has also been updated.
  • Loading branch information
kiwidoggie committed Aug 29, 2023
2 parents f5888e3 + a52b248 commit 2d6c6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crt/crtlib.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
_sceModuleParam:
.quad 0x18 # Size
.quad 0x13C13F4BF # Magic
.quad 0x4508001 # SDK version
.quad 0x1000051 # SDK version

# data globals
.align 0x8
Expand Down
2 changes: 1 addition & 1 deletion src/crt/crtlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __asm__(
// magic
" .quad 0x13C13F4BF \n"
// SDK version
" .quad 0x4508101 \n"
" .quad 0x1000051 \n"
".att_syntax prefix \n"
);

Expand Down

0 comments on commit 2d6c6ad

Please sign in to comment.