mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 13:28:33 -05:00
Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.
Also added its name to the texture viewer widget
This commit is contained in:
@ -74,7 +74,7 @@ TextureInfoDockWidget::TextureInfoDockWidget(const Pica::DebugUtils::TextureInfo
|
||||
format_choice->addItem(tr("I8"));
|
||||
format_choice->addItem(tr("A8"));
|
||||
format_choice->addItem(tr("IA4"));
|
||||
format_choice->addItem(tr("UNK10"));
|
||||
format_choice->addItem(tr("I4"));
|
||||
format_choice->addItem(tr("A4"));
|
||||
format_choice->addItem(tr("ETC1"));
|
||||
format_choice->addItem(tr("ETC1A4"));
|
||||
|
Reference in New Issue
Block a user