From 825d575195d59f02e9685b33ea3cbbe32e405304 Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Mon, 21 Mar 2016 03:43:02 +0100 Subject: Fix lots of issues with bgfx --- src/osd/modules/lib/osdobj_common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osd/modules/lib/osdobj_common.cpp') diff --git a/src/osd/modules/lib/osdobj_common.cpp b/src/osd/modules/lib/osdobj_common.cpp index df6cdeedffc..d8200463e62 100644 --- a/src/osd/modules/lib/osdobj_common.cpp +++ b/src/osd/modules/lib/osdobj_common.cpp @@ -146,8 +146,8 @@ const options_entry osd_options::s_option_entries[] = { OSDOPTION_BGFX_DEBUG, "0", OPTION_BOOLEAN, "enable BGFX debugging statistics" }, { OSDOPTION_BGFX_SCREEN_CHAIN, "default", OPTION_STRING, "screen chain JSON file to use" }, { OSDOPTION_BGFX_SHADOW_MASK, "shadow-mask.png", OPTION_STRING, "shadow mask texture name" }, - { OSDOPTION_BGFX_PRESCALE_X, "1", OPTION_INTEGER, "x prescale" }, - { OSDOPTION_BGFX_PRESCALE_Y, "1", OPTION_INTEGER, "y prescale" }, + { OSDOPTION_BGFX_PRESCALE_X, "2", OPTION_INTEGER, "x prescale" }, + { OSDOPTION_BGFX_PRESCALE_Y, "2", OPTION_INTEGER, "y prescale" }, // End of list { nullptr } -- cgit v1.2.3-70-g09d2