Previous 199869 Revisions Next

r52276 Saturday 2nd July, 2016 at 04:18:44 UTC by Vasantha Crabb
Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable

Fix problem using layout_element::texture in vector - destructor frees resources but generated copy/assignment operators don't release them, leading to a problem any time vector expands or element is added/removed anywhere but end
[src/emu]render.h rendlay.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team