Added WIP dual analog camera and widescreen UI patches

This commit is contained in:
Mr-Wiseguy
2023-12-01 10:56:20 -05:00
parent ddaac3cd8f
commit d71b86c1da
10 changed files with 2380 additions and 11 deletions
+8
View File
@@ -7,6 +7,13 @@
#include "recomp.h"
#endif
typedef enum {
RECOMP_CAMERA_NORMAL,
RECOMP_CAMERA_DUALANALOG,
} RecompCameraMode;
extern RecompCameraMode recomp_camera_mode;
#ifdef __cplusplus
extern "C" {
#endif
@@ -20,6 +27,7 @@ extern "C" {
#endif
DECLARE_FUNC(void, recomp_get_item_inputs, u32* buttons);
DECLARE_FUNC(void, recomp_get_camera_inputs, float* x_out, float* y_out);
// TODO move this
DECLARE_FUNC(void, recomp_puts, const char* data, u32 size);