Skip to content

Commit

Permalink
Merge pull request batocera-linux#13263 from bryanforbes/fix/dolphin-…
Browse files Browse the repository at this point in the history
…controllers-config-not-defined

fix `controllersConfig` not being defined in dolphin generator
  • Loading branch information
bryanforbes authored Jan 17, 2025
2 parents 53d7e03 + 5097b4f commit c77d2f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path
from typing import TYPE_CHECKING

from ... import Command
from ... import Command, controllersConfig
from ...batoceraPaths import CACHE, CONFIGS, SAVES, mkdir_if_not_exists
from ...utils import vulkan
from ...utils.configparser import CaseSensitiveConfigParser
Expand Down

0 comments on commit c77d2f1

Please sign in to comment.