From 0eb42bd963b350e96064423c8ee2b6cacc34fdef Mon Sep 17 00:00:00 2001 From: aaciii <80229871+aaciii@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:25:17 -0600 Subject: Update hiscore.rst with plugin configuration details (#14403) Updated plugin documentation to cover the new ability to exclude games from the hiscore support. --- docs/source/plugins/hiscore.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3