Remove Thin3D prefix on more things
This commit is contained in:
parent
463251908b
commit
9b439e4c43
22 changed files with 216 additions and 216 deletions
|
@ -154,7 +154,7 @@ static std::string CleanSaveString(std::string str) {
|
|||
|
||||
void SavedataButton::Draw(UIContext &dc) {
|
||||
GameInfo *ginfo = g_gameInfoCache->GetInfo(dc.GetThin3DContext(), savePath_, GAMEINFO_WANTSIZE);
|
||||
Draw::Thin3DTexture *texture = 0;
|
||||
Draw::Texture *texture = 0;
|
||||
u32 color = 0, shadowColor = 0;
|
||||
using namespace UI;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue