Skip to content

Commit

Permalink
Fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed May 6, 2017
1 parent 62a57d0 commit f5aa639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector/source/patcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static inline bool patchLayeredFs(u64 progId, u8 *code, u32 size, u32 textSize,
!findLayeredFsPayloadOffset(code, textSize, roSize, dataSize, roAddress, dataAddress, &payloadOffset, &pathOffset, &pathAddress)) return false;

static const char *updateRomFsMounts[] = { "rom2:",
"rex:"
"rex:",
"patch:",
"ext:",
"rom:" };
Expand Down

0 comments on commit f5aa639

Please sign in to comment.