mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 01:15:59 +00:00
Initialize input before mapping
This commit is contained in:
parent
60818fd9a6
commit
b797987365
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user