feat(gamemode): disable pinning cores, crashes some games.

This commit is contained in:
CronyAkatsuki 2025-11-25 11:36:26 +01:00
parent d6c675d63e
commit 44942e2ef7

View file

@ -31,6 +31,9 @@
softrealtime = "auto";
renice = 10;
};
cpu = {
pin_cores = "no";
};
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";