forked from cafeberry/cafeberry
fix: case being commented out
This commit is contained in:
@@ -567,11 +567,10 @@ wstring UIController::GetTooltipSkinPath()
|
||||
|
||||
switch(ControllerType)
|
||||
{
|
||||
case EControllerType_XboxOne:
|
||||
case EControllerType_Xbox360:
|
||||
return ui.getScreenWidth() >= 1920 ? L"ControlTooltips\\HD\\XboxHDControls.swf" : L"ControlTooltips\\XboxControls.swf";
|
||||
case EControllerType_Default:
|
||||
//case EControllerType_XboxOne:
|
||||
case EControllerType_XboxOne:
|
||||
return ui.getScreenWidth() >= 1920 ? L"ControlTooltips\\HD\\DurangoHDControls.swf" : L"ControlTooltips\\DurangoControls.swf";
|
||||
/*
|
||||
case EControllerType_PS3:
|
||||
|
||||
Reference in New Issue
Block a user