File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -81,21 +81,23 @@ static const u32 homebrewSigPatched[5] = {
81
81
82
82
// accelerator patch for IPC_SYNC
83
83
static const u32 homebrewAccelSig [4 ] = {
84
- 0xD5060743 , // LSLS R3, R0, #0x1D
85
- // BPL loc_37FA6DE
86
- 0x881A4B07 , // LDR R3, =0x4000004
87
- // LDRH R2, [R3]
88
- 0x430A2120 , // ...
89
- 0x0C120412 , // ...
84
+ 0x2201B510 , // .
85
+ // MOVS R4, #1
86
+ 0xD0064220 , // .
87
+ // .
88
+ 0x881A4B10 , // ...
89
+ 0x430A2108 , // ...
90
90
};
91
91
92
+
93
+
92
94
static const u32 homebrewAccelSigPatched [4 ] = {
93
- 0x4318231D , // MOVS R3, #0x1D
94
- // ORRS R0, R3
95
- 0x881A4B07 , // LDR R3, =0x4000004
96
- // LDRH R2, [R3]
97
- 0x430A2120 , // ...
98
- 0x0C120412 , // ...
95
+ 0x2201B510 , // .
96
+ // MOVS R4, #1
97
+ 0x43180423 , // LSLS R3, R4, #0x10 // IRQ IPC SYNC
98
+ // ORRS R0, R3 // ENABLE THE BIT
99
+ 0x881A4B10 , // ...
100
+ 0x430A2108 , // ...
99
101
};
100
102
101
103
static const int MAX_HANDLER_SIZE = 50 ;
You can’t perform that action at this time.
0 commit comments