Home
last modified time | relevance | path

Searched refs:RCntFix (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c141 Config.RCntFix = GetValueb(data, "RCntFix"); in LoadConfig()
199 SetValueb("RCntFix", Config.RCntFix); in SaveConfig()
H A DConfDlg.c943 …Config.RCntFix = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "G… in OnCpu_Clicked()
1025 …tive(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_RCntFix")), Config.RCntFix); in OnConf_Cpu()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dmisc.c733 NET_sendData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in SendPcsxInfo()
749 NET_recvData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h130 boolean RCntFix; member
H A Dpsxcounters.c424 if( Config.RCntFix ) in psxRcntRcount()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dmisc.c733 NET_sendData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in SendPcsxInfo()
749 NET_recvData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h130 boolean RCntFix; member
H A Dpsxcounters.c424 if( Config.RCntFix ) in psxRcntRcount()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dmisc.c901 NET_sendData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in SendPcsxInfo()
917 NET_recvData(&Config.RCntFix, sizeof(Config.RCntFix), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h150 boolean RCntFix; member
H A Dpsxcounters.c418 …x && index == 2 && rcnts[index].counterState == CountToTarget && (Config.RCntFix || ((rcnts[index]… in psxRcntRcount()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c82 QueryKeyV("RCntFix", Conf->RCntFix); in LoadConfig()
140 SetKeyV("RCntFix", Conf->RCntFix); in SaveConfig()
H A DWndMain.c1484 Button_SetCheck(GetDlgItem(hW,IDC_RCNTFIX), Config.RCntFix); in ConfigureCpuDlgProc()
1532 Config.RCntFix = Button_GetCheck(GetDlgItem(hW,IDC_RCNTFIX)); in ConfigureCpuDlgProc()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmain.c125 Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0; in emu_set_default_config()
H A Dlibretro.c1714 Config.RCntFix = 0; in update_variables()
1716 Config.RCntFix = 1; in update_variables()
H A Dmenu.c395 CE_CONFIG_VAL(RCntFix),
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dmain.c125 Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0; in emu_set_default_config()
H A Dlibretro.c1714 Config.RCntFix = 0; in update_variables()
1716 Config.RCntFix = 1; in update_variables()
H A Dmenu.c395 CE_CONFIG_VAL(RCntFix),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m847 @"RootCounterFix": [NSValue valueWithPointer:&Config.RCntFix],