X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=34c6f01b27aedd9cfedaf2ddf28146fc9af47193;hb=8ab3e3c1cf696cb776b14ab511f98aa8ab22797e;hp=f8261575db3540d508cfe86e7662b3e4cbac02f4;hpb=3aa1e148a28da9b4e10e824984f7b3a4908b1ace;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index f826157..34c6f01 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -20,7 +20,9 @@ typedef struct { int JoyBinds[4][32]; int PicoAutoRgnOrder; int PicoCDBuffers; - int scaling; // 0=center, 1=hscale, 2=hvscale, 3=hsoftscale + int scaling; // gp2x: 0=center, 1=hscale, 2=hvscale, 3=hsoftscale; psp: bilinear filtering + float scale; // psp: screen scale + float hscale32, hscale40; // psp: horizontal scale } currentConfig_t;