forked from Dniel97/segatools
dvd: move thread safety comment into header file
This commit is contained in:
parent
f79144edc1
commit
3a5258a9c9
@ -46,9 +46,6 @@ void dvd_hook_init(const struct dvd_config *cfg, HINSTANCE self)
|
||||
return;
|
||||
}
|
||||
|
||||
/* Init is not thread safe because API hook init is not thread safe blah
|
||||
blah blah you know the drill by now. */
|
||||
|
||||
if (dvd_hook_initted) {
|
||||
return;
|
||||
}
|
||||
|
@ -8,4 +8,7 @@ struct dvd_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
/* Init is not thread safe because API hook init is not thread safe blah
|
||||
blah blah you know the drill by now. */
|
||||
|
||||
void dvd_hook_init(const struct dvd_config *cfg, HINSTANCE self);
|
||||
|
Loading…
Reference in New Issue
Block a user