From 5ccacb3b11a9cc303f913dae0a2b27be57ccb89f Mon Sep 17 00:00:00 2001
From: khaneliman
Date: Fri, 9 May 2025 13:22:09 +0000
Subject: [PATCH] deploy: 8f723d613588e4a55e8838197741727e4dea4944
---
options.xhtml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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