Skip to content

Commit 9898a30

Browse files
committed
Update DSi.cpp
1 parent aaa0282 commit 9898a30

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/DSi.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ void DSi::Reset()
211211
GPU.DispStat[0] |= (1<<6);
212212
GPU.DispStat[1] |= (1<<6);
213213

214+
// On DSi the LCDs are already powered on at boot time
215+
PowerControl9 = 0x0001;
216+
214217
UpdateVRAMTimings();
215218
}
216219

0 commit comments

Comments
 (0)