Home
last modified time | relevance | path

Searched refs:AltSpeed1 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c151 Config.AltSpeed1 = GetValuel(data, "AltSpeed1"); in LoadConfig()
152 if (!Config.AltSpeed1) in LoadConfig()
153 Config.AltSpeed1 = 50; in LoadConfig()
209 SetValuel("AltSpeed1", Config.AltSpeed1); in SaveConfig()
H A DPlugin.c256 if (speed == Config.AltSpeed1) { in PADhandleKey()
259 speed = Config.AltSpeed1; in PADhandleKey()
H A DConfDlg.c903 Config.AltSpeed1 = tmp; in OnCpu_Clicked()
990 snprintf(buf, sizeof(buf), "%u", Config.AltSpeed1); in OnConf_Cpu()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h162 u32 AltSpeed1; // Percent relative to natural speed. member