Create DATA_TYPE_DB

This commit is contained in:
twinaphex 2015-05-23 17:59:48 +02:00
parent 849cf352f3
commit a2e15cb4f5

View File

@ -40,6 +40,9 @@ enum runloop_data_type
#ifdef HAVE_OVERLAY
DATA_TYPE_OVERLAY,
#endif
#ifdef HAVE_LIBRETRODB
DATA_TYPE_DB,
#endif
};
#ifdef HAVE_NETWORKING