Display game icons in the homebrew store, downloaded from the store

This commit is contained in:
Henrik Rydgard
2015-07-04 10:36:50 +02:00
parent 511d8bd3d4
commit 53882c4a33
3 changed files with 151 additions and 3 deletions
-1
View File
@@ -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();