Qt: Fix LCDC background priority/enable bit being mis-mapped in I/O view

This commit is contained in:
Vicki Pfau 2024-05-12 02:51:07 -07:00
parent b723ed4764
commit 8b1efec116
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Other fixes:
- Qt: Fix savestate preview sizes with different scales (fixes mgba.io/i/2560)
- Qt: Fix potential crash when configuring shortcuts
- Qt: Fix crash when applying changes to GB I/O registers in I/O view
- Qt: Fix LCDC background priority/enable bit being mis-mapped in I/O view
- Updater: Fix updating appimage across filesystems
Misc:
- Core: Handle relative paths for saves, screenshots, etc consistently (fixes mgba.io/i/2826)

View File

@ -1323,7 +1323,7 @@ const QList<IOViewer::RegisterDescription>& IOViewer::registerDescriptions(mPlat
});
// 0xFF40: LCDC
regGB.append({
{ tr("Background enable/priority"), 1 },
{ tr("Background enable/priority"), 0 },
{ tr("Enable sprites"), 1 },
{ tr("Double-height sprites"), 2 },
{ tr("Background tile map"), 3, 1, {