Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dmisc.c643 if (Config.RewindCount > 0) { in CreateRewindState()
646 if (mem_cur_save_count > Config.RewindCount) { in CreateRewindState()
655 if (mem_cur_save_count > Config.RewindCount && mem_wrapped) { in RewindState()
656 mem_cur_save_count = Config.RewindCount; in RewindState()
658 } else if (mem_cur_save_count > Config.RewindCount && !mem_wrapped) { in RewindState()
739 for (i=0; i <= Config.RewindCount; i++) { in CleanupMemSaveStates()
H A Dpsxcommon.h160 u32 RewindCount; member
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c148 Config.RewindCount = GetValuel(data, "RewindCount"); in LoadConfig()
206 SetValuel("RewindCount", Config.RewindCount); in SaveConfig()
H A DConfDlg.c897 Config.RewindCount = tmp; in OnCpu_Clicked()
974 snprintf(buf, sizeof(buf), "%u", Config.RewindCount); in OnConf_Cpu()
983 snprintf(buf, sizeof(buf), "%u", ((unsigned int)(((float)Config.RewindCount)*4.2f))); in OnConf_Cpu()