Skip to content

Commit 5784b85

Browse files
Merge pull request #19 from NathanNeurotic/codex/update-readme-for-irx-lookup-order-sb43jj
Update README IRX paths and examples
2 parents c41b26e + be5e5ca commit 5784b85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,8 @@ static int __attribute__((unused)) LocateExternalIRXPath(const char *filename, c
897897
{
898898
size_t i;
899899
static const char *const search_templates[] = {
900-
"mc0:/SYS-CONF/PS2BBL/%s",
901-
"mc1:/SYS-CONF/PS2BBL/%s",
900+
"mc0:/SYS-CONF/%s",
901+
"mc1:/SYS-CONF/%s",
902902
"mc?:/SYS-CONF/%s",
903903
};
904904

0 commit comments

Comments
 (0)