-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added note about trigger pull data values for button trigger, and how…
… to enable full SAMMI FPS
- Loading branch information
1 parent
228761f
commit 3ba1b5c
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: SAMMI FPS | ||
num: 10 | ||
--- | ||
|
||
Full FPS is enabled when SAMMI is in focus. When SAMMI is not in focus, FPS is severely limited to save resources. | ||
In order to enable full FPS even when SAMMI is not in focus, you can add the following key to `settings.ini` file in your SAMMI folder: | ||
``` | ||
[settings] | ||
fullFPS="1" | ||
``` | ||
The changes will take effect after restarting SAMMI. | ||
|
||
{% include alert.html text="This will use more resources and may cause performance issues on some systems." type="warning" %} |