Previous 199869 Revisions Next

r23476 Thursday 6th June, 2013 at 03:53:03 UTC by David Haywood
the actual fixed build part (nw)
[src/osd/windows]winmain.h

trunk/src/osd/windows/winmain.h
r23475r23476
132132#define WINOPTION_VECTOR_LENGTH_SCALE       "vector_length_scale"
133133#define WINOPTION_VECTOR_LENGTH_RATIO       "vector_length_ratio"
134134#define WINOPTION_VECTOR_BLOOM_SCALE        "vector_bloom_scale"
135#define WINOPTION_VECTOR_TIME_PERIOD        "vector_time_period"
135136#define WINOPTION_RASTER_BLOOM_SCALE        "raster_bloom_scale"
136137#define WINOPTION_BLOOM_LEVEL0_WEIGHT       "bloom_lvl0_weight"
137138#define WINOPTION_BLOOM_LEVEL1_WEIGHT       "bloom_lvl1_weight"
r23475r23476
255256   float screen_vector_length_scale() const { return float_value(WINOPTION_VECTOR_LENGTH_SCALE); }
256257   float screen_vector_length_ratio() const { return float_value(WINOPTION_VECTOR_LENGTH_RATIO); }
257258   float screen_vector_bloom_scale() const { return float_value(WINOPTION_VECTOR_BLOOM_SCALE); }
259   float screen_vector_time_period() const { return float_value(WINOPTION_VECTOR_TIME_PERIOD); }
258260   float screen_raster_bloom_scale() const { return float_value(WINOPTION_RASTER_BLOOM_SCALE); }
259261   float screen_bloom_lvl0_weight() const { return float_value(WINOPTION_BLOOM_LEVEL0_WEIGHT); }
260262   float screen_bloom_lvl1_weight() const { return float_value(WINOPTION_BLOOM_LEVEL1_WEIGHT); }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team