Home
last modified time | relevance | path

Searched refs:SioIrq (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c133 Config.SioIrq = GetValueb(data, "SioIrq"); in LoadConfig()
191 SetValueb("SioIrq", Config.SioIrq); in SaveConfig()
H A DPlugin.c211 Config.SioIrq ^= 0x1; in PADhandleKey()
212 if (Config.SioIrq) in PADhandleKey()
H A DConfDlg.c909 …Config.SioIrq = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "Gt… in OnCpu_Clicked()
999 …active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_SioIrq")), Config.SioIrq); in OnConf_Cpu()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxhw.c39 if (Config.SioIrq) psxHu32ref(0x1070) |= SWAP32(0x80); in psxHwReset()
483 if (Config.SioIrq) psxHu16ref(0x1070) |= SWAPu16(0x80); in psxHwWrite16()
599 if (Config.SioIrq) psxHu32ref(0x1070) |= SWAPu32(0x80); in psxHwWrite32()
H A Dmisc.c899 NET_sendData(&Config.SioIrq, sizeof(Config.SioIrq), PSE_NET_BLOCKING); in SendPcsxInfo()
915 NET_recvData(&Config.SioIrq, sizeof(Config.SioIrq), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h141 boolean SioIrq; member
H A Dr3000a.c155 if ((psxRegs.interrupt & (1 << PSXINT_SIO)) && !Config.SioIrq) { // sio in psxBranchTest()
H A Dsio.c95 if (!Config.SioIrq) { \
107 if (!Config.SioIrq) { \
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A Dplugin.c121 Config.SioIrq ^= 0x1; in PADhandleKey()
122 if (Config.SioIrq) in PADhandleKey()
H A DConfigurePlugins.c74 QueryKeyV("SioIrq", Conf->SioIrq); in LoadConfig()
132 SetKeyV("SioIrq", Conf->SioIrq); in SaveConfig()
H A DWndMain.c1475 Button_SetCheck(GetDlgItem(hW,IDC_SIO), Config.SioIrq); in ConfigureCpuDlgProc()
1513 Config.SioIrq = Button_GetCheck(GetDlgItem(hW,IDC_SIO)); in ConfigureCpuDlgProc()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m839 @"SioIrqAlways": [NSValue valueWithPointer:&Config.SioIrq],