mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-10 01:46:16 +00:00
Add missing parameters to help command
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
typedef bool(*ImxInit)();
|
||||
|
||||
enum platform platform_check(char* name) {
|
||||
bool std = strcmp(name, "default") == 0;
|
||||
bool std = strcmp(name, "auto") == 0;
|
||||
#ifdef HAVE_IMX
|
||||
if (std || strcmp(name, "imx") == 0) {
|
||||
void *handle = dlopen("libmoonlight-imx.so", RTLD_NOW | RTLD_GLOBAL);
|
||||
|
||||
Reference in New Issue
Block a user