summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_dinput.cpp
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-10-03 08:37:03 -0400
committer Nathan Woods <npwoods@mess.org>2016-10-03 21:50:04 -0400
commit6549ec8ccf12184e0b44f2866d9cdef414e346ff (patch)
treee6b3845b8a471a7c886ca274761bd8eddb56a85b /src/osd/modules/input/input_dinput.cpp
parent314a7e7906ab87227d7a7d7e2cd744a56cc50521 (diff)
Eliminated virtual function use in strconv.cpp
Take note that in practice, this does not actually change the compiled code because the optimizer should be smart enough to remove the need for vtable lookups as a part of optimization (this is definitely true for MinGW). If you really prefer, I can collapse the class hierarchy into a single templated class that just has overloaded constructors - this also doesn't actually change the compiled code, but I can make the change if you wish.
Diffstat (limited to 'src/osd/modules/input/input_dinput.cpp')
0 files changed, 0 insertions, 0 deletions