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 |
https://github.com/mamedev/mame/commit/4142ecd7944d0098f986320f95c47a87aa76fe8e |
Previous | 199869 Revisions | Next |