(XDK) xdk_d3d - cleanup

This commit is contained in:
twinaphex 2013-06-14 17:31:17 +02:00
parent c84750a752
commit 0e55c45aa3
1 changed files with 2 additions and 6 deletions

View File

@ -994,15 +994,11 @@ NULL, NULL, NULL, 0);
#endif #endif
#if defined(_XBOX1) #if defined(_XBOX1)
float mem_width = font_x + 30;
float mem_height = font_y + 50;
float msg_width = 60; float msg_width = 60;
float msg_height = 365; float msg_height = 365;
#elif defined(_XBOX360) #elif defined(_XBOX360)
float mem_width = (lifecycle_mode_state & (1ULL << MODE_MENU_HD)) ? 160 : 100; float msg_width = (lifecycle_mode_state & (1ULL << MODE_MENU_HD)) ? 160 : 100;
float mem_height = 70; float msg_height = 120;
float msg_width = mem_width;
float msg_height = mem_height + 50;
#endif #endif
if (msg) if (msg)