Input refactor to allow arbitrary bindings

This commit is contained in:
Mr-Wiseguy
2023-12-13 02:06:56 -05:00
parent b11e652a20
commit 971d728169
7 changed files with 299 additions and 264 deletions
+1
View File
@@ -184,6 +184,7 @@ int main(int argc, char** argv) {
};
ultramodern::input_callbacks_t input_callbacks{
.poll_input = recomp::poll_inputs,
.get_input = recomp::get_n64_input,
};