Home
last modified time | relevance | path

Searched refs:VSyncWA (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c142 Config.VSyncWA = GetValueb(data, "VSyncWA"); in LoadConfig()
200 SetValueb("VSyncWA", Config.VSyncWA); in SaveConfig()
H A DConfDlg.c944 …Config.VSyncWA = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "G… in OnCpu_Clicked()
1026 …tive(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_VSyncWA")), Config.VSyncWA); in OnConf_Cpu()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxcommon.h132 boolean VSyncWA; member
H A Dpsxcounters.c349 …if( hSyncCount >= (Config.VSyncWA ? HSyncTotal[Config.PsxType] / BIAS : HSyncTotal[Config.PsxType]… in psxRcntUpdate()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dpsxcommon.h132 boolean VSyncWA; member
H A Dpsxcounters.c349 …if( hSyncCount >= (Config.VSyncWA ? HSyncTotal[Config.PsxType] / BIAS : HSyncTotal[Config.PsxType]… in psxRcntUpdate()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h152 boolean VSyncWA; member
H A Dpsxcounters.c473 if (Config.VSyncWA) { in psxHsyncCalculate()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c83 QueryKeyV("VSyncWA", Conf->VSyncWA); in LoadConfig()
141 SetKeyV("VSyncWA", Conf->VSyncWA); in SaveConfig()
H A DWndMain.c1485 Button_SetCheck(GetDlgItem(hW,IDC_VSYNCWA), Config.VSyncWA); in ConfigureCpuDlgProc()
1533 Config.VSyncWA = Button_GetCheck(GetDlgItem(hW,IDC_VSYNCWA)); 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.c1736 Config.VSyncWA = 0; in update_variables()
1738 Config.VSyncWA = 1; in update_variables()
H A Dmenu.c396 CE_CONFIG_VAL(VSyncWA),
1583 mee_onoff_h ("Rootcounter hack 2", 0, Config.VSyncWA, 1, h_cfg_rcnt2),
/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.c1736 Config.VSyncWA = 0; in update_variables()
1738 Config.VSyncWA = 1; in update_variables()
H A Dmenu.c396 CE_CONFIG_VAL(VSyncWA),
1583 mee_onoff_h ("Rootcounter hack 2", 0, Config.VSyncWA, 1, h_cfg_rcnt2),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m848 @"VideoSyncWAFix": [NSValue valueWithPointer:&Config.VSyncWA],