Le premier émulateur de Sega Model 3 créé par Bart Trzynadlowski, Ville Linde et Stefano Teso dans sa version de développement (voir ici) [source].
Wii version
Les changements:
– Added support for multiple value types in config nodes.
– Removed Ptr_t and ConstPtr_t from public interface, moved config tree builders into their own file, and made them pass by reference and value.
– Exceptions can be thrown now on lookup failures.
– Removed s_empty_node — failed lookups in [] operator create a permanent « hidden » child.
– Updated comment in NewConfig.cpp.
– Added copy constructor and assignment operator using C++11 move semantics