1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(PS3) Don't bake in HAVE_LIDBGFONT either

This commit is contained in:
twinaphex 2015-07-14 15:46:01 +02:00
parent 65930421ba
commit c02983bb9a
2 changed files with 4 additions and 4 deletions

View File

@ -81,8 +81,8 @@ ifeq ($(HAVE_FREETYPE), 1)
DEFINES += -DHAVE_FREETYPE
FONT_LIBS := -lfontFT_stub -lfreetype_stub
else
DEFINES += -DHAVE_LIBDBGFONT
FONT_LIBS := -ldbgfont
#DEFINES += -DHAVE_LIBDBGFONT
#FONT_LIBS := -ldbgfont
endif
ifeq ($(CELL_BUILD_TOOLS), SNC)

View File

@ -538,7 +538,7 @@ static bool back_as_menu_toggle_enable = true;
static const bool crop_overscan = true;
/* Font size for on-screen messages. */
#if defined(HAVE_RMENU)
#if defined(HAVE_LIBDBGFONT)
static const float font_size = 1.0f;
#else
static const float font_size = 32;
@ -547,7 +547,7 @@ static const float font_size = 32;
/* Offset for where messages will be placed on-screen.
* Values are in range [0.0, 1.0]. */
static const float message_pos_offset_x = 0.05;
#ifdef RARCH_CONSOLE
#if defined(_XBOX1)
static const float message_pos_offset_y = 0.90;
#else
static const float message_pos_offset_y = 0.05;