shithub: m8c

Download patch

ref: 505fdd155f56a29277bb242b04f6e0c4d4619b69
parent: 0259ec30a340be4f054c9b1ed92eb41fbd698547
author: smootalicious <smootalicious@gmail.com>
date: Thu Jun 16 00:15:21 EDT 2022

Fix compiler warning due to missing declaration.

--- a/input.h
+++ b/input.h
@@ -36,6 +36,7 @@
   uint32_t eventType;
 } input_msg_s;
 
+int initialize_game_controllers();
 void close_game_controllers();
 input_msg_s get_input_msg();
 
--