diff options
author | 2022-06-25 06:18:18 +1000 | |
---|---|---|
committer | 2022-06-25 06:18:18 +1000 | |
commit | 8c4a95d586f238edf802d84447b2d7d7d24743be (patch) | |
tree | feb34e35ebb4e58b1740071d4af768d08358496f /docs/source/plugins | |
parent | 5f751410ac8d4dfd7f1e06eaceee95a9d9ae8443 (diff) |
docs: Updated data plugin documentation.
Diffstat (limited to 'docs/source/plugins')
-rw-r--r-- | docs/source/plugins/data.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/plugins/data.rst b/docs/source/plugins/data.rst index 8c19db64779..10b586d9127 100644 --- a/docs/source/plugins/data.rst +++ b/docs/source/plugins/data.rst @@ -53,6 +53,7 @@ plugin can also show high scores from non-volatile memory or saved by the Note that you can only use a single file of each type at a time. You cannot, for example, use the English and Japanese **mameinfo.dat** files simultaneously. -The data plugin creates a **history.db** file in the first configured DATs -folder. This file stores the information from the support files in a format -suitable for rapid loading. It uses the SQLite3 database format. +The data plugin creates a **history.db** file in the **data** folder in the +plugin data folder (see the :ref:`homepath option <mame-commandline-homepath>`). +This file stores the information from the support files in a format suitable for +rapid loading. It uses the SQLite3 database format. |