Home
last modified time | relevance | path

Searched refs:HackFix (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c158 Config.HackFix = GetValuel(data, "HackFix"); in LoadConfig()
212 SetValuel("HackFix", Config.HackFix); in SaveConfig()
H A DConfDlg.c947 …Config.HackFix = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "G… in OnCpu_Clicked()
1029 …tive(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_HackFix")), Config.HackFix); in OnConf_Cpu()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcounters.c418 …if( Config.HackFix && index == 2 && rcnts[index].counterState == CountToTarget && (Config.RCntFix … in psxRcntRcount()
475 } else if (Config.HackFix) { in psxHsyncCalculate()
H A Dpsxcommon.h164 u8 HackFix; member
H A Dpsxhw.c663 if (Config.HackFix && HW_DMA2_CHCR == 0x1000401) in psxHwWrite32()
752 if (Config.HackFix && SWAPu32(value) == 0x1f00000 && (psxHu32ref(0x1070) & 0x44)) { in psxHwWrite32()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c89 QueryKeyV("HackFix", Conf->HackFix); in LoadConfig()
147 SetKeyV("HackFix", Conf->HackFix); in SaveConfig()
H A DWndMain.c1489 Button_SetCheck(GetDlgItem(hW,IDC_HACKFIX), Config.HackFix); in ConfigureCpuDlgProc()
1537 Config.HackFix = Button_GetCheck(GetDlgItem(hW, IDC_HACKFIX)); in ConfigureCpuDlgProc()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c1648 if (Config.HackFix)INC32M((uptr)&psxRegs.cycle); in recLW()