diff --git a/options.xhtml b/options.xhtml index 81e7ac3dc..ea6cba5a8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -40018,7 +40018,7 @@ attribute set of (submodule)

cemu.package = pkgs.cemu; pcsx2.config = { system.disable_screen_saver = true; - runner.executable_path = "$\{pkgs.pcsx2}/bin/pcsx2-qt"; + runner.runner_executable = "$\{pkgs.pcsx2}/bin/pcsx2-qt"; }; }; '' @@ -40041,7 +40041,7 @@ attribute set of (submodule)

The package to use for this runner, nix will try to find the executable for this package. -A more specific path can be set by using settings.runner.executable_path instead.

+A more specific path can be set by using settings.runner.runner_executable instead.

Type: null or package

@@ -40112,7 +40112,7 @@ YAML value

- programs.lutris.runners.<name>.settings.runner.executable_path + programs.lutris.runners.<name>.settings.runner.runner_executable