diff options
author | 2016-04-09 19:15:26 +0200 | |
---|---|---|
committer | 2016-04-09 19:15:47 +0200 | |
commit | 19d51345a18d0450ea1ef77dfb918290d1fa4e10 (patch) | |
tree | 7915c717c5fb5bfe3113a4aca2b02fd43f87f474 /src/osd/modules/render/d3d/d3dhlsl.cpp | |
parent | cd243bd4aae7f0d0729fc443b31d07596b0fd0fd (diff) |
Add runtime screen chain selection, nw
Diffstat (limited to 'src/osd/modules/render/d3d/d3dhlsl.cpp')
-rw-r--r-- | src/osd/modules/render/d3d/d3dhlsl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/d3d/d3dhlsl.cpp b/src/osd/modules/render/d3d/d3dhlsl.cpp index 712b80b71af..cad8e656717 100644 --- a/src/osd/modules/render/d3d/d3dhlsl.cpp +++ b/src/osd/modules/render/d3d/d3dhlsl.cpp @@ -2226,7 +2226,7 @@ INT32 slider::update(std::string *str, INT32 newval) return 0; } -static INT32 slider_update_trampoline(running_machine &machine, void *arg, std::string *str, INT32 newval) +static INT32 slider_update_trampoline(running_machine &machine, void *arg, int id, std::string *str, INT32 newval) { if (arg != nullptr) { |