MRI-Binding: Expose integer scaling related attributes
This commit is contained in:
parent
9cadb91ed1
commit
e2bbcde85d
|
@ -203,6 +203,9 @@ DEF_GRA_PROP_B(Fullscreen)
|
||||||
DEF_GRA_PROP_B(ShowCursor)
|
DEF_GRA_PROP_B(ShowCursor)
|
||||||
|
|
||||||
DEF_GRA_PROP_B(FixedAspectRatio)
|
DEF_GRA_PROP_B(FixedAspectRatio)
|
||||||
|
DEF_GRA_PROP_B(SmoothScaling)
|
||||||
|
DEF_GRA_PROP_B(IntegerScaling)
|
||||||
|
DEF_GRA_PROP_B(LastMileScaling)
|
||||||
|
|
||||||
#define INIT_GRA_PROP_BIND(PropName, prop_name_s) \
|
#define INIT_GRA_PROP_BIND(PropName, prop_name_s) \
|
||||||
{ \
|
{ \
|
||||||
|
@ -225,6 +228,9 @@ void graphicsBindingInit()
|
||||||
INIT_GRA_PROP_BIND( FrameCount, "frame_count" );
|
INIT_GRA_PROP_BIND( FrameCount, "frame_count" );
|
||||||
|
|
||||||
INIT_GRA_PROP_BIND( FixedAspectRatio, "fixed_aspect_ratio" );
|
INIT_GRA_PROP_BIND( FixedAspectRatio, "fixed_aspect_ratio" );
|
||||||
|
INIT_GRA_PROP_BIND( SmoothScaling, "smooth_scaling" );
|
||||||
|
INIT_GRA_PROP_BIND( IntegerScaling, "integer_scaling" );
|
||||||
|
INIT_GRA_PROP_BIND( LastMileScaling, "last_mile_scaling" );
|
||||||
|
|
||||||
if (rgssVer >= 2)
|
if (rgssVer >= 2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue