Home
last modified time | relevance | path

Searched refs:PsxOut (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c139 Config.PsxOut = (Config.PsxOut || GetValueb(data, "PsxOut")); in LoadConfig()
197 SetValueb("PsxOut", Config.PsxOut); in SaveConfig()
H A DLnxMain.c303 else if (!strcmp(argv[i], "-psxout")) Config.PsxOut = TRUE; in main()
481 if (Config.PsxOut) { //PSXCPU_LOG generates so much stuff that buffer is necessary in SysInit()
528 if (Config.PsxOut) { in SysPrintf()
H A DConfDlg.c941 …Config.PsxOut = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "Gt… in OnCpu_Clicked()
1023 …active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_PsxOut")), Config.PsxOut); in OnConf_Cpu()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxcommon.h128 boolean PsxOut; member
H A Dr3000a.c210 if (!Config.HLE && Config.PsxOut) { in psxJumpTest()
H A Dpsxbios.c40 #define SysPrintf if (Config.PsxOut) printf
/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.h128 boolean PsxOut; member
H A Dr3000a.c210 if (!Config.HLE && Config.PsxOut) { in psxJumpTest()
H A Dpsxbios.c40 #define SysPrintf if (Config.PsxOut) printf
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h148 boolean PsxOut; member
H A Dr3000a.c236 if (!Config.HLE && Config.PsxOut) { in psxJumpTest()
H A Dpsxinterpreter.c36 #define debugI() if (Config.PsxOut) { PSXCPU_LOG("%s\n", disR3000AF(psxRegs.code, psxRegs.pc)); }
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A Dmain.m186 if (Config.PsxOut)
295 if (Config.PsxOut)
H A DPcsxrController.m551 Config.PsxOut = true;
845 @"ConsoleOutput": [NSValue valueWithPointer:&Config.PsxOut],
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DWndMain.c259 Config.PsxOut = TRUE; in WinMain()
1481 Button_SetCheck(GetDlgItem(hW,IDC_PSXOUT), Config.PsxOut); in ConfigureCpuDlgProc()
1530 Config.PsxOut = Button_GetCheck(GetDlgItem(hW,IDC_PSXOUT)); in ConfigureCpuDlgProc()
1555 if (Config.PsxOut) OpenConsole(); in ConfigureCpuDlgProc()
1948 if (Config.PsxOut) OpenConsole(); in SysInit()
1979 if (Config.PsxOut) CloseConsole(); in SysClose()
H A DConfigurePlugins.c80 QueryKeyV("PsxOut", Conf->PsxOut); in LoadConfig()
138 SetKeyV("PsxOut", Conf->PsxOut); in SaveConfig()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmain.c598 Config.PsxOut = 1; in main()
H A Dmenu.c393 CE_CONFIG_VAL(PsxOut),
/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.c598 Config.PsxOut = 1; in main()
H A Dmenu.c393 CE_CONFIG_VAL(PsxOut),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ppc/
H A DpR3000A.c869 if (!Config.HLE && Config.PsxOut && in iJump()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c3060 if (Config.PsxOut) { dump = TRUE; } in recRecompile()