Add minor improvements
This commit is contained in:
parent
7aca665d8e
commit
ab8bcd4605
8 changed files with 53 additions and 44 deletions
|
@ -2048,7 +2048,7 @@ int stripHeight2 = LCR_EFFECTIVE_RESOLUTION_Y / 12;
|
|||
LCR_rendererComputeTextHeight(_FONT_SIZE) + 3 * LCR_FONT_PIXEL_SIZE;
|
||||
++y)
|
||||
#if LCR_EFFECTIVE_RESOLUTION_X > 500
|
||||
for (int x = 20; x < LCR_EFFECTIVE_RESOLUTION_X - 20; ++x)
|
||||
for (int x = 40; x < LCR_EFFECTIVE_RESOLUTION_X - 40; ++x)
|
||||
#else
|
||||
for (int x = 2; x < LCR_EFFECTIVE_RESOLUTION_X - 2; ++x)
|
||||
#endif
|
||||
|
@ -2073,7 +2073,7 @@ int stripHeight2 = LCR_EFFECTIVE_RESOLUTION_Y / 12;
|
|||
|
||||
#if (!LCR_SETTING_POTATO_GRAPHICS) && (!LCR_ANT_RESOLUTION)
|
||||
LCR_rendererBlitImage(21,(LCR_EFFECTIVE_RESOLUTION_X -
|
||||
LCR_IMAGE_SIZE * (stripHeight / LCR_IMAGE_SIZE)) / 2,0,
|
||||
LCR_IMAGE_SIZE * (stripHeight / LCR_IMAGE_SIZE)) / 2,8,
|
||||
stripHeight / LCR_IMAGE_SIZE,LCR_CONVERT_COLOR(0xffff));
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue