Skip to content

Commit f5aa639

Browse files
committed
Fix derp
1 parent 62a57d0 commit f5aa639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

injector/source/patcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static inline bool patchLayeredFs(u64 progId, u8 *code, u32 size, u32 textSize,
564564
!findLayeredFsPayloadOffset(code, textSize, roSize, dataSize, roAddress, dataAddress, &payloadOffset, &pathOffset, &pathAddress)) return false;
565565

566566
static const char *updateRomFsMounts[] = { "rom2:",
567-
"rex:"
567+
"rex:",
568568
"patch:",
569569
"ext:",
570570
"rom:" };

0 commit comments

Comments
 (0)