mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:48:46 -05:00
Fix some warnings (#2399)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
159bcbfdbc
commit
c18cb1b192
@ -135,11 +135,6 @@ void GPUCommandListWidget::OnCommandDoubleClicked(const QModelIndex& index) {
|
||||
UNREACHABLE_MSG("Unknown texture command");
|
||||
}
|
||||
|
||||
const auto texture = Pica::g_state.regs.GetTextures()[texture_index];
|
||||
const auto config = texture.config;
|
||||
const auto format = texture.format;
|
||||
const auto info = Pica::DebugUtils::TextureInfo::FromPicaRegister(config, format);
|
||||
|
||||
// TODO: Open a surface debugger
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user