Skip to content

Commit

Permalink
Merge pull request #1 from israpps/patch-1
Browse files Browse the repository at this point in the history
[fix typo/wrong info]: ADDRV is not listed on `IOPBTCONF`
  • Loading branch information
AKuHAK authored Aug 31, 2024
2 parents d07ba02 + 8b91287 commit 046fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int main(int argc, char *argv[])
// Initialize libmc.
mcInit(MC_TYPE_XMC);

// Load ADDDRV. The OSD has it listed in rom0:OSDCNF/IOPBTCONF, but it is otherwise not loaded automatically.
// Load ADDDRV. The OSD has it listed in rom0:OSDCNF/IOPBTCON2, but it is otherwise not loaded automatically.
SifLoadModule("rom0:ADDDRV", 0, NULL);

// Initialize libcdvd & supplement functions (which are not part of the ancient libcdvd library we use).
Expand Down

0 comments on commit 046fd5d

Please sign in to comment.