Remove lazy rl_dbi stuff

This commit is contained in:
Lightos1
2026-02-21 15:34:38 +01:00
parent f4b025f33c
commit afb16d2045
6 changed files with 16 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ namespace ams::ldr::hoc::pcv::mariko {
u32 wlIndex = 0;
for (u32 i = 0; i < std::size(rlMapDBI); ++i) {
if (rlMapDBI[i] == RL_DBI) {
if (rlMapDBI[i] == RL) {
rlIndex = i;
break;
}