mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +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");
|
||||
exit(-1);
|
||||
}
|
||||
input_init(mapping);
|
||||
input_map(address);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user