BizHawkClient: Avoid error launching BizHawkClient via Launcher CLI (#3554)

* Core, BizHawkClient: Support launching BizHawkClient via Launcher command line

* Revert changes to LauncherComponents.py
This commit is contained in:
Remy Jette
2024-09-18 11:42:22 -07:00
committed by GitHub
parent db5d9fbf70
commit 0d35cd4679
3 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ if TYPE_CHECKING:
def launch_client(*args) -> None:
from .context import launch
launch_subprocess(launch, name="BizHawkClient")
launch_subprocess(launch, name="BizHawkClient", args=args)
component = Component("BizHawk Client", "BizHawkClient", component_type=Type.CLIENT, func=launch_client,