mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Create DATA_TYPE_DB
This commit is contained in:
parent
849cf352f3
commit
a2e15cb4f5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue