mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +00:00
Initialize input before mapping
This commit is contained in:
@@ -251,6 +251,7 @@ int main(int argc, char* argv[]) {
|
|||||||
perror("No filename for mapping");
|
perror("No filename for mapping");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
input_init(mapping);
|
||||||
input_map(address);
|
input_map(address);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user