Can GameHub only run a single added app or game at a time? #582
-
Hi, Just to clarify, I do not mean trying to run two instances of GameHub or two instance of the same app or game through GameHub. It seems once you have an app or game running within GameHub, you can not run another different one until the first is closed. Is there a way to run more than one added app or game at a time? Steps to reproduce.
GameHub Version - 0.16.1-8-dev |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Currently GameHub can only run one game at a time and this limit is not configurable. You can change this by removing the check at https://github.com/tkashkin/GameHub/blob/master/src/data/Runnable.vala#L81 and rebuilding GameHub from source. You may also want to remove other references to |
Beta Was this translation helpful? Give feedback.
Currently GameHub can only run one game at a time and this limit is not configurable.
You can change this by removing the check at https://github.com/tkashkin/GameHub/blob/master/src/data/Runnable.vala#L81 and rebuilding GameHub from source. You may also want to remove other references to
Runnable.IsLaunched
andSteam.IsAnyAppRunning
.