Initial support for multiple controllers. (#3)

* Support for multiple controllers.

* Fix default bindings.

* Backwards compatibility with controls from previous version.
This commit is contained in:
Darío
2025-07-20 13:02:56 -03:00
committed by GitHub
parent f8ba7ac002
commit b1f0f1b3ac
9 changed files with 376 additions and 156 deletions
+3
View File
@@ -663,6 +663,9 @@ int main(int argc, char** argv) {
// Register the .rtz texture pack file format with the previous content type as its only allowed content type.
recomp::mods::register_mod_container_type("rtz", std::vector{ texture_pack_content_type_id }, false);
// TODO: Where is it best to place this?
recomp::set_single_controller_mode(false);
recomp::start(
project_version,
{},