Skip to content

Commit

Permalink
[fix typo/wrong info]: ADDRV is not listed on IOPBTCONF
Browse files Browse the repository at this point in the history
it is listed on `IOPBTCON2`
  • Loading branch information
israpps authored Aug 31, 2024
1 parent d07ba02 commit 8b91287
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 8b91287

Please sign in to comment.