summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author aaciii <80229871+aaciii@users.noreply.github.com>2025-10-23 15:25:17 -0600
committer GitHub <noreply@github.com>2025-10-23 23:25:17 +0200
commit0eb42bd963b350e96064423c8ee2b6cacc34fdef (patch)
tree57ff6b50bcd8b915a619345a7bc8ba52b5f476bd
parentbbc8b170cd4d288a32009eaec16eaa1f666be25f (diff)
Update hiscore.rst with plugin configuration details (#14403)
Updated plugin documentation to cover the new ability to exclude games from the hiscore support.
-rw-r--r--docs/source/plugins/hiscore.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/plugins/hiscore.rst b/docs/source/plugins/hiscore.rst
index 389dea598ac..ed96e2af508 100644
--- a/docs/source/plugins/hiscore.rst
+++ b/docs/source/plugins/hiscore.rst
@@ -26,3 +26,9 @@ name corresponding the system short name (or ROM set name) with the extension
file **mooncrst.hi** in the **hiscore** folder in your plugin data folder. The
settings for the hiscore support plugin are stored in the file **plugin.cfg** in
the **hiscore** folder in the plugin data folder (this file is in JSON format).
+
+The hiscore support plugin can be disabled on a game-by-game basis by toggling the
+**Enable Hiscore Support for this game** option within the plugin's menu. By
+default, the plugin is enabled for all games. Games that have been excluded are
+tracked in a json file **exclude_games.json** that is stored in the
+**plugins/hiscore** folder.