diff --git a/src/t6k11/t6k11.c b/src/t6k11/t6k11.c index 89fbc82..e4e2773 100644 --- a/src/t6k11/t6k11.c +++ b/src/t6k11/t6k11.c @@ -168,8 +168,16 @@ void t6k11_backlight(int setting) TODO: Document the PFC to remove these addresses */ if(isSH3()) { - port = (void *)0xa400012c; - mask = 0x80; + if (gint[HWCALC] == HWCALC_FX9860G_SLIM) + { + port = (void *)0xa4000126; + mask = 0x20; + } + else + { + port = (void *)0xa400012c; + mask = 0x80; + } } else {