summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/osd/windows/winmain.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/osd/windows/winmain.h')
-rw-r--r--src/osd/windows/winmain.h170
1 files changed, 85 insertions, 85 deletions
diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h
index 98d6d038415..a935d8c9c6a 100644
--- a/src/osd/windows/winmain.h
+++ b/src/osd/windows/winmain.h
@@ -48,107 +48,107 @@
//============================================================
// debugging options
-#define WINOPTION_OSLOG "oslog"
-#define WINOPTION_WATCHDOG "watchdog"
-#define WINOPTION_DEBUGGER_FONT "debugger_font"
-#define WINOPTION_DEBUGGER_FONT_SIZE "debugger_font_size"
+#define WINOPTION_OSLOG "oslog"
+#define WINOPTION_WATCHDOG "watchdog"
+#define WINOPTION_DEBUGGER_FONT "debugger_font"
+#define WINOPTION_DEBUGGER_FONT_SIZE "debugger_font_size"
// performance options
-#define WINOPTION_PRIORITY "priority"
-#define WINOPTION_MULTITHREADING "multithreading"
-#define WINOPTION_NUMPROCESSORS "numprocessors"
-#define WINOPTION_PROFILE "profile"
-#define WINOPTION_BENCH "bench"
+#define WINOPTION_PRIORITY "priority"
+#define WINOPTION_MULTITHREADING "multithreading"
+#define WINOPTION_NUMPROCESSORS "numprocessors"
+#define WINOPTION_PROFILE "profile"
+#define WINOPTION_BENCH "bench"
// video options
-#define WINOPTION_VIDEO "video"
-#define WINOPTION_NUMSCREENS "numscreens"
-#define WINOPTION_WINDOW "window"
-#define WINOPTION_MAXIMIZE "maximize"
-#define WINOPTION_KEEPASPECT "keepaspect"
-#define WINOPTION_PRESCALE "prescale"
-#define WINOPTION_WAITVSYNC "waitvsync"
-#define WINOPTION_SYNCREFRESH "syncrefresh"
-#define WINOPTION_MENU "menu"
+#define WINOPTION_VIDEO "video"
+#define WINOPTION_NUMSCREENS "numscreens"
+#define WINOPTION_WINDOW "window"
+#define WINOPTION_MAXIMIZE "maximize"
+#define WINOPTION_KEEPASPECT "keepaspect"
+#define WINOPTION_PRESCALE "prescale"
+#define WINOPTION_WAITVSYNC "waitvsync"
+#define WINOPTION_SYNCREFRESH "syncrefresh"
+#define WINOPTION_MENU "menu"
// DirectDraw-specific options
-#define WINOPTION_HWSTRETCH "hwstretch"
+#define WINOPTION_HWSTRETCH "hwstretch"
// Direct3D-specific options
-#define WINOPTION_D3DVERSION "d3dversion"
-#define WINOPTION_FILTER "filter"
+#define WINOPTION_D3DVERSION "d3dversion"
+#define WINOPTION_FILTER "filter"
// core post-processing options
-#define WINOPTION_HLSL_ENABLE "hlsl_enable"
-#define WINOPTION_HLSLPATH "hlslpath"
-#define WINOPTION_HLSL_INI_NAME "hlslini"
-#define WINOPTION_HLSL_INI_WRITE "hlsl_ini_write"
-#define WINOPTION_HLSL_INI_READ "hlsl_ini_read"
-#define WINOPTION_HLSL_PRESCALE_X "hlsl_prescale_x"
-#define WINOPTION_HLSL_PRESCALE_Y "hlsl_prescale_y"
-#define WINOPTION_HLSL_PRESET "hlsl_preset"
-#define WINOPTION_HLSL_WRITE "hlsl_write"
-#define WINOPTION_HLSL_SNAP_WIDTH "hlsl_snap_width"
-#define WINOPTION_HLSL_SNAP_HEIGHT "hlsl_snap_height"
-#define WINOPTION_SHADOW_MASK_ALPHA "shadow_mask_alpha"
-#define WINOPTION_SHADOW_MASK_TEXTURE "shadow_mask_texture"
-#define WINOPTION_SHADOW_MASK_COUNT_X "shadow_mask_x_count"
-#define WINOPTION_SHADOW_MASK_COUNT_Y "shadow_mask_y_count"
-#define WINOPTION_SHADOW_MASK_USIZE "shadow_mask_usize"
-#define WINOPTION_SHADOW_MASK_VSIZE "shadow_mask_vsize"
-#define WINOPTION_PINCUSHION "pincushion"
-#define WINOPTION_CURVATURE "curvature"
-#define WINOPTION_SCANLINE_AMOUNT "scanline_alpha"
-#define WINOPTION_SCANLINE_SCALE "scanline_size"
-#define WINOPTION_SCANLINE_HEIGHT "scanline_height"
-#define WINOPTION_SCANLINE_BRIGHT_SCALE "scanline_bright_scale"
-#define WINOPTION_SCANLINE_BRIGHT_OFFSET "scanline_bright_offset"
-#define WINOPTION_SCANLINE_OFFSET "scanline_jitter"
-#define WINOPTION_DEFOCUS "defocus"
-#define WINOPTION_CONVERGE_X "converge_x"
-#define WINOPTION_CONVERGE_Y "converge_y"
-#define WINOPTION_RADIAL_CONVERGE_X "radial_converge_x"
-#define WINOPTION_RADIAL_CONVERGE_Y "radial_converge_y"
-#define WINOPTION_RED_RATIO "red_ratio"
-#define WINOPTION_GRN_RATIO "grn_ratio"
-#define WINOPTION_BLU_RATIO "blu_ratio"
-#define WINOPTION_OFFSET "offset"
-#define WINOPTION_SCALE "scale"
-#define WINOPTION_POWER "power"
-#define WINOPTION_FLOOR "floor"
-#define WINOPTION_PHOSPHOR "phosphor_life"
-#define WINOPTION_SATURATION "saturation"
-#define WINOPTION_YIQ_ENABLE "yiq_enable"
-#define WINOPTION_YIQ_CCVALUE "yiq_cc"
-#define WINOPTION_YIQ_AVALUE "yiq_a"
-#define WINOPTION_YIQ_BVALUE "yiq_b"
-#define WINOPTION_YIQ_OVALUE "yiq_o"
-#define WINOPTION_YIQ_PVALUE "yiq_p"
-#define WINOPTION_YIQ_NVALUE "yiq_n"
-#define WINOPTION_YIQ_YVALUE "yiq_y"
-#define WINOPTION_YIQ_IVALUE "yiq_i"
-#define WINOPTION_YIQ_QVALUE "yiq_q"
-#define WINOPTION_YIQ_SCAN_TIME "yiq_scan_time"
-#define WINOPTION_YIQ_PHASE_COUNT "yiq_phase_count"
+#define WINOPTION_HLSL_ENABLE "hlsl_enable"
+#define WINOPTION_HLSLPATH "hlslpath"
+#define WINOPTION_HLSL_INI_NAME "hlslini"
+#define WINOPTION_HLSL_INI_WRITE "hlsl_ini_write"
+#define WINOPTION_HLSL_INI_READ "hlsl_ini_read"
+#define WINOPTION_HLSL_PRESCALE_X "hlsl_prescale_x"
+#define WINOPTION_HLSL_PRESCALE_Y "hlsl_prescale_y"
+#define WINOPTION_HLSL_PRESET "hlsl_preset"
+#define WINOPTION_HLSL_WRITE "hlsl_write"
+#define WINOPTION_HLSL_SNAP_WIDTH "hlsl_snap_width"
+#define WINOPTION_HLSL_SNAP_HEIGHT "hlsl_snap_height"
+#define WINOPTION_SHADOW_MASK_ALPHA "shadow_mask_alpha"
+#define WINOPTION_SHADOW_MASK_TEXTURE "shadow_mask_texture"
+#define WINOPTION_SHADOW_MASK_COUNT_X "shadow_mask_x_count"
+#define WINOPTION_SHADOW_MASK_COUNT_Y "shadow_mask_y_count"
+#define WINOPTION_SHADOW_MASK_USIZE "shadow_mask_usize"
+#define WINOPTION_SHADOW_MASK_VSIZE "shadow_mask_vsize"
+#define WINOPTION_PINCUSHION "pincushion"
+#define WINOPTION_CURVATURE "curvature"
+#define WINOPTION_SCANLINE_AMOUNT "scanline_alpha"
+#define WINOPTION_SCANLINE_SCALE "scanline_size"
+#define WINOPTION_SCANLINE_HEIGHT "scanline_height"
+#define WINOPTION_SCANLINE_BRIGHT_SCALE "scanline_bright_scale"
+#define WINOPTION_SCANLINE_BRIGHT_OFFSET "scanline_bright_offset"
+#define WINOPTION_SCANLINE_OFFSET "scanline_jitter"
+#define WINOPTION_DEFOCUS "defocus"
+#define WINOPTION_CONVERGE_X "converge_x"
+#define WINOPTION_CONVERGE_Y "converge_y"
+#define WINOPTION_RADIAL_CONVERGE_X "radial_converge_x"
+#define WINOPTION_RADIAL_CONVERGE_Y "radial_converge_y"
+#define WINOPTION_RED_RATIO "red_ratio"
+#define WINOPTION_GRN_RATIO "grn_ratio"
+#define WINOPTION_BLU_RATIO "blu_ratio"
+#define WINOPTION_OFFSET "offset"
+#define WINOPTION_SCALE "scale"
+#define WINOPTION_POWER "power"
+#define WINOPTION_FLOOR "floor"
+#define WINOPTION_PHOSPHOR "phosphor_life"
+#define WINOPTION_SATURATION "saturation"
+#define WINOPTION_YIQ_ENABLE "yiq_enable"
+#define WINOPTION_YIQ_CCVALUE "yiq_cc"
+#define WINOPTION_YIQ_AVALUE "yiq_a"
+#define WINOPTION_YIQ_BVALUE "yiq_b"
+#define WINOPTION_YIQ_OVALUE "yiq_o"
+#define WINOPTION_YIQ_PVALUE "yiq_p"
+#define WINOPTION_YIQ_NVALUE "yiq_n"
+#define WINOPTION_YIQ_YVALUE "yiq_y"
+#define WINOPTION_YIQ_IVALUE "yiq_i"
+#define WINOPTION_YIQ_QVALUE "yiq_q"
+#define WINOPTION_YIQ_SCAN_TIME "yiq_scan_time"
+#define WINOPTION_YIQ_PHASE_COUNT "yiq_phase_count"
// per-window options
-#define WINOPTION_SCREEN "screen"
-#define WINOPTION_ASPECT "aspect"
-#define WINOPTION_RESOLUTION "resolution"
-#define WINOPTION_VIEW "view"
+#define WINOPTION_SCREEN "screen"
+#define WINOPTION_ASPECT "aspect"
+#define WINOPTION_RESOLUTION "resolution"
+#define WINOPTION_VIEW "view"
// full screen options
-#define WINOPTION_TRIPLEBUFFER "triplebuffer"
-#define WINOPTION_SWITCHRES "switchres"
-#define WINOPTION_FULLSCREENBRIGHTNESS "full_screen_brightness"
-#define WINOPTION_FULLSCREENCONTRAST "full_screen_contrast"
-#define WINOPTION_FULLSCREENGAMMA "full_screen_gamma"
+#define WINOPTION_TRIPLEBUFFER "triplebuffer"
+#define WINOPTION_SWITCHRES "switchres"
+#define WINOPTION_FULLSCREENBRIGHTNESS "full_screen_brightness"
+#define WINOPTION_FULLSCREENCONTRAST "full_screen_contrast"
+#define WINOPTION_FULLSCREENGAMMA "full_screen_gamma"
// sound options
-#define WINOPTION_AUDIO_LATENCY "audio_latency"
+#define WINOPTION_AUDIO_LATENCY "audio_latency"
// input options
-#define WINOPTION_DUAL_LIGHTGUN "dual_lightgun"
+#define WINOPTION_DUAL_LIGHTGUN "dual_lightgun"
@@ -280,9 +280,9 @@ private:
//============================================================
#ifdef __cplusplus
-#define WRAP_REFIID(x) x
+#define WRAP_REFIID(x) x
#else
-#define WRAP_REFIID(x) &x
+#define WRAP_REFIID(x) &x
#endif