lsnes rr2-β24
[lsnes.git] / src / library / dispatch.cpp
blobd86617983d0cae8a599464764e206897a4a27721
1 #include "dispatch.hpp"
3 namespace dispatch
5 threads::lock& global_init_lock()
7 static threads::lock m;
8 return m;