From 8b912877d4417aedbe836520aae5aeae5b966eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Sat, 31 Aug 2024 09:34:00 -0300 Subject: [PATCH] [fix typo/wrong info]: ADDRV is not listed on `IOPBTCONF` it is listed on `IOPBTCON2` --- osd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osd/main.c b/osd/main.c index 5a050eb..34c60fb 100644 --- a/osd/main.c +++ b/osd/main.c @@ -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).