Saturn builds

This commit is contained in:
2026-06-21 10:00:30 -05:00
parent 0438011ca3
commit 7f8bcf07e8
82 changed files with 1153 additions and 629 deletions
+2 -2
View File
@@ -92,6 +92,6 @@ errorret_t inputInitPSP(void) {
errorOk();
}
float_t inputGetDeadzoneSDL2(const inputbutton_t button) {
return 0.2f;
int16_t inputGetDeadzoneSDL2(const inputbutton_t button) {
return (int16_t)(0.2f * INT16_MAX);
}