Skip to content

Commit

Permalink
fix fatms371 mod
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Dec 3, 2024
1 parent 9447557 commit b0c0f0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions loader/rebootex/pspbtcnf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
#define PATH_RECOVERY_ME PATH_FLASH0 "vsh/module/recovery.prx"

// fatms371
#define PATH_FATMS_HELPER_FLASH PATH_FLASH0 "kd/_fatmshlp.prx"
#define PATH_FATMS_371_FLASH PATH_FLASH0 "kd/_fatms371.prx"
#define PATH_FATMS_HELPER "fatmshlp.prx"
#define PATH_FATMS_371 "fatms371.prx"
#define PATH_FATMS_HELPER PATH_FLASH0 "kd/_fatmshlp.prx"
#define PATH_FATMS_371 PATH_FLASH0 "kd/_fatms371.prx"

typedef struct _btcnf_header
{
Expand Down

0 comments on commit b0c0f0d

Please sign in to comment.