From 8c4a95d586f238edf802d84447b2d7d7d24743be Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 25 Jun 2022 06:18:18 +1000 Subject: docs: Updated data plugin documentation. --- docs/source/plugins/data.rst | 7 ++++--- 1 file 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 `). +This file stores the information from the support files in a format suitable for +rapid loading. It uses the SQLite3 database format. -- cgit v1.2.3