mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 15:14:15 -04:00
tfrag improvements (#970)
* tfrag improvements * cleanup * one last fix * clang
This commit is contained in:
@@ -119,7 +119,7 @@ int IsPressed(MappingInfo& mapping, Button button, int pad = 0) {
|
||||
|
||||
// returns the value of the analog axis (in the future, likely pressure sensitive if we support it?)
|
||||
// if invalid or otherwise -- returns 127 (analog stick neutral position)
|
||||
int AnalogValue(MappingInfo& mapping, Analog analog, int pad = 0) {
|
||||
int AnalogValue(MappingInfo& /*mapping*/, Analog analog, int pad = 0) {
|
||||
if (CheckPadIdx(pad) == -1) {
|
||||
return 127;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user