summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-06-16 17:05:44 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-06-16 17:05:44 +0000
commita7be43dc68b5a371692cec6297371f7a8e1f55c2 (patch)
tree73ce87cf8831d7ff0c0e956833aa4153e93c5d5f /src/emu/render.h
parent69ba0bd294625f681cb7a479046237618be60c54 (diff)
Added new function video_get_view_for_target() which selects a view based
on a command-line parameter and the configuration. Changed Windows OSD code to use this instead of its own logic. Changed -snapview to share the logic as well, enabling 'auto' as a -snapview option.
Diffstat (limited to 'src/emu/render.h')
-rw-r--r--src/emu/render.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/render.h b/src/emu/render.h
index 840d6ef891d..cd1ab31b15c 100644
--- a/src/emu/render.h
+++ b/src/emu/render.h
@@ -12,7 +12,6 @@
#ifndef __RENDER_H__
#define __RENDER_H__
-#include "driver.h"
#include "osdepend.h"
#include <math.h>