Skip to content

Commit

Permalink
Added Math pkg fix, fixed /app_home mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Klutsh committed Oct 14, 2010
1 parent 6d89cc0 commit 43fbdd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions default_payload.S
Expand Up @@ -114,6 +114,9 @@ patch_table:
PATCH_INST(patch_func5 + patch_func5_offset + 4, blr)
PATCH_INST(patch_func6 + patch_func6_offset, li %r3, 0)
PATCH_INST(patch_func7 + patch_func7_offset, li %r3, 0)
#ifdef FIRMWARE_3_41
PATCH_INST(patch_func8 + patch_func8_offset, li %r31, 0) //lv2open update patch
#endif
.long 0


Expand All @@ -122,9 +125,9 @@ patch_table:


path_app_home:
.string "/app_home/"
.string "/app_home"
path_usb_default_app_home:
.string "/dev_usb000/PS3/HOMEBREW/APP_HOME/"
.string "/dev_usb000/PS3/HOMEBREW/APP_HOME"

/**
* overwritten_kernel_function:
Expand Down
2 changes: 2 additions & 0 deletions macros.h.S
Expand Up @@ -46,6 +46,8 @@
#define patch_func6_offset 0x0
#define patch_func7 0x0e83d4
#define patch_func7_offset 0x0
#define patch_func8 0x05745c //lv2open update patch
#define patch_func8_offset 0x0 //lv2open update patch
#define patch_data1 0x3ba890
#define rtoc_entry_1 0xf08
#define rtoc_entry_2 -0x6a00
Expand Down

0 comments on commit 43fbdd4

Please sign in to comment.