mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Display game icons in the homebrew store, downloaded from the store
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#include "ui/ui_context.h"
|
||||
|
||||
void AsyncImageFileView::GetContentDimensions(const UIContext &dc, float &w, float &h) const {
|
||||
// TODO: involve sizemode
|
||||
if (texture_) {
|
||||
float texw = (float)texture_->Width();
|
||||
float texh = (float)texture_->Height();
|
||||
|
||||
Reference in New Issue
Block a user