Home
last modified time | relevance | path

Searched refs:SlowBoot (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c137 Config.SlowBoot= GetValueb(data, "SlowBoot"); in LoadConfig()
195 SetValueb("SlowBoot",Config.SlowBoot); in SaveConfig()
H A DLnxMain.c304 else if (!strcmp(argv[i], "-slowboot")) Config.SlowBoot = TRUE; in main()
H A DConfDlg.c912 …Config.SlowBoot = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "… in OnCpu_Clicked()
1002 …ve(GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "GtkCheckButton_SlowBoot")), Config.SlowBoot); in OnConf_Cpu()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxcommon.h126 boolean SlowBoot; member
H A Dmisc.c183 if (!Config.HLE && !Config.SlowBoot) { in LoadCdrom()
/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.h126 boolean SlowBoot; member
H A Dmisc.c183 if (!Config.HLE && !Config.SlowBoot) { in LoadCdrom()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h146 boolean SlowBoot; member
H A Dmisc.c155 if (!Config.SlowBoot) psxRegs.pc = psxRegs.GPR.n.ra; in LoadCdrom()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c78 QueryKeyV("SlowBoot", Conf->SlowBoot); in LoadConfig()
136 SetKeyV("SlowBoot",Conf->SlowBoot); in SaveConfig()
H A DWndMain.c261 Config.SlowBoot = TRUE; in WinMain()
1478 Button_SetCheck(GetDlgItem(hW,IDC_SLOWBOOT),Config.SlowBoot); in ConfigureCpuDlgProc()
1516 Config.SlowBoot= Button_GetCheck(GetDlgItem(hW,IDC_SLOWBOOT)); in ConfigureCpuDlgProc()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dlibretro.c2179 Config.SlowBoot = 0; in update_variables()
2183 Config.SlowBoot = 1; in update_variables()
2541 if (!Config.HLE && !Config.SlowBoot) in retro_run()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dlibretro.c2181 Config.SlowBoot = 0; in update_variables()
2185 Config.SlowBoot = 1; in update_variables()
2543 if (!Config.HLE && !Config.SlowBoot) in retro_run()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m559 Config.SlowBoot = true;
850 @"NoFastBoot": [NSValue valueWithPointer:&Config.SlowBoot]};