forked from len0rd/rockbox
Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5bd0823749
commit
4ee5e5c896
2 changed files with 215 additions and 214 deletions
|
|
@ -79,6 +79,13 @@ static int button_yield(void *ctx)
|
|||
#if defined(FRACTAL_ZOOM_OUT_PRE) && \
|
||||
(FRACTAL_ZOOM_OUT_PRE != FRACTAL_ZOOM_IN_PRE)
|
||||
case FRACTAL_ZOOM_OUT_PRE:
|
||||
#endif
|
||||
#ifdef FRACTAL_PRECISION_INC_PRE
|
||||
case FRACTAL_PRECISION_INC_PRE:
|
||||
#endif
|
||||
#if defined(FRACTAL_PRECISION_DEC_PRE) && \
|
||||
(FRACTAL_PRECISION_DEC_PRE != FRACTAL_PRECISION_INC_PRE)
|
||||
case FRACTAL_PRECISION_DEC_PRE:
|
||||
#endif
|
||||
return 1;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue