Build script on PSP, Dolphin and Engine.

This commit is contained in:
2026-04-28 21:34:09 -05:00
parent 194255bffe
commit bd248ee91c
12 changed files with 367 additions and 1883 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ inputbuttondata_t INPUT_BUTTON_DATA[] = {
};
float_t inputGetDeadzoneSDL2(const inputbutton_t button) {
return 0.17f;
return 0.2f;
}