repo.or.cz
/
lsnes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
JSON-based controller descriptions
[lsnes.git]
/
src
/
library
/
dispatch.cpp
blob
3e03fba2d85b7774bc492594f28c1c98f6a2fb65
1
#include
"dispatch.hpp"
2
3
mutex_class
&
dispatch_global_init_lock
()
4
{
5
static
mutex_class m
;
6
return
m
;
7
}