We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c52801 commit a444458Copy full SHA for a444458
1 file changed
README.md
@@ -11,3 +11,11 @@ Why?
11
I enjoy playing Monster Hunter: World, but the game doesn't have a pause function,
12
even when playing single player offline. Using this program, I am able to suspend
13
the game when I urgently need to deal with a crying baby :)
14
+
15
+Limitations
16
+===========
17
18
+- This program suspends all threads from the process that created the active window
19
+ handle, and hides that window handle. Multi-window applications or multi-process
20
+ applications will not be suspended correctly.
21
0 commit comments