mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-17 17:06:10 +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");
|
||||
exit(-1);
|
||||
}
|
||||
input_init(mapping);
|
||||
input_map(address);
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user