Make the backend list static
This commit is contained in:
parent
7fda645b16
commit
e3e4dbbccf
@ -46,7 +46,7 @@ char _alDebug[256];
|
|||||||
|
|
||||||
|
|
||||||
#define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
|
#define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
|
||||||
struct {
|
static struct {
|
||||||
const char *name;
|
const char *name;
|
||||||
void (*Init)(BackendFuncs*);
|
void (*Init)(BackendFuncs*);
|
||||||
BackendFuncs Funcs;
|
BackendFuncs Funcs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user