mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-28 01:16:39 -04:00
Input refactor to allow arbitrary bindings
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user