summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/d3dhlsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/d3dhlsl.h')
-rw-r--r--src/osd/windows/d3dhlsl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/windows/d3dhlsl.h b/src/osd/windows/d3dhlsl.h
index e712d0e00a7..c3ff303e4da 100644
--- a/src/osd/windows/d3dhlsl.h
+++ b/src/osd/windows/d3dhlsl.h
@@ -182,11 +182,11 @@ public:
struct slider_desc
{
- const char * name;
- int minval;
- int defval;
- int maxval;
- int step;
+ const char * name;
+ int minval;
+ int defval;
+ int maxval;
+ int step;
INT32 (*adjustor)(running_machine &, void *, astring *, INT32);
};
@@ -282,7 +282,7 @@ public:
render_target * targethead;
cache_target * cachehead;
- static slider_desc s_sliders[];
+ static slider_desc s_sliders[];
static hlsl_options s_hlsl_presets[4];
};