mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
partially revived platform support for PSP (unfinished), part 3
changes to libpicofe, fixed path handling
This commit is contained in:
parent
df6d9f93fe
commit
80bc22540a
6 changed files with 21 additions and 9 deletions
|
@ -36,7 +36,7 @@ static int mh_scale(int id, int keys)
|
|||
}
|
||||
if (keys & PBTN_LEFT) *val += -0.01;
|
||||
if (keys & PBTN_RIGHT) *val += +0.01;
|
||||
if (*val <= 0) *val = +0.01;
|
||||
if (*val < 0.01) *val = +0.01;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue