From 5b920e1d864e01b47c2c41770bf37b1d37907365 Mon Sep 17 00:00:00 2001 From: raven02 Date: Sat, 29 Jun 2013 03:37:30 +0800 Subject: [PATCH] Add square icon to LOAD/SAVE/DELETE --- Core/Dialog/PSPSaveDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Dialog/PSPSaveDialog.cpp b/Core/Dialog/PSPSaveDialog.cpp index 07193fc9b0..e763f957e6 100755 --- a/Core/Dialog/PSPSaveDialog.cpp +++ b/Core/Dialog/PSPSaveDialog.cpp @@ -264,6 +264,7 @@ void PSPSaveDialog::DisplayBanner(int which) break; } // TODO: Draw a hexagon icon + PPGeDrawImage(10, 6, 12.0f, 12.0f, 1, 10, 1, 10, 10, 10, CalcFadedColor(0xFFFFFFFF)); PPGeDrawText(title, 30, 11, PPGE_ALIGN_VCENTER, 0.6f, CalcFadedColor(0xFFFFFFFF)); }