Cleanups/style nits

This commit is contained in:
twinaphex 2018-04-23 12:03:50 +02:00
parent bac0d22ce9
commit 5370c59201
2 changed files with 208 additions and 204 deletions

View File

@ -105,9 +105,11 @@ enum
#ifdef HAVE_NETWORKING
XMB_TEXTURE_NETPLAY,
XMB_TEXTURE_ROOM,
/* stub these out until we have the icons
#if 0
/* stub these out until we have the icons */
XMB_TEXTURE_ROOM_LAN,
XMB_TEXTURE_ROOM_MITM,*/
XMB_TEXTURE_ROOM_MITM,
#endif
#endif
#ifdef HAVE_IMAGEVIEWER
XMB_TEXTURE_IMAGES,
@ -3918,6 +3920,7 @@ static void *xmb_init(void **userdata, bool video_is_threaded)
/* scaling multiplier formulas made from these values: */
/* xmb_scale 50 = {2.5, 2.5, 2, 1.7, 2.5, 4, 2.4, 2.5} */
/* xmb_scale 75 = { 2, 1.6, 1.6, 1.4, 1.5, 2.3, 1.9, 1.3} */
if (scale_value < 100)
{
/* text length & word wrap (base 35 apply to file browser, 1st column) */
@ -4249,12 +4252,13 @@ static const char *xmb_texture_path(unsigned id)
return "netplay.png";
case XMB_TEXTURE_ROOM:
return "room.png";
/* stub these out until we have the icons
#if 0
/* stub these out until we have the icons */
case XMB_TEXTURE_ROOM_LAN:
return "room_lan.png";
case XMB_TEXTURE_ROOM_MITM:
return "room_mitm.png";
*/
#endif
#endif
case XMB_TEXTURE_KEY:
return "key.png";