Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcounters.c287 if( spuSyncCount >= SpuUpdInterval[Config.PsxType] ) in psxRcntUpdate()
293 SPU_async( SpuUpdInterval[Config.PsxType] * rcnts[3].target ); in psxRcntUpdate()
305 if( hSyncCount == VBlankStart[Config.PsxType] ) in psxRcntUpdate()
314 if( hSyncCount >= HSyncTotal[Config.PsxType] ) in psxRcntUpdate()
365 … rcnts[index].rate = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in psxRcntWmode()
474 HSyncTotal[Config.PsxType] = HSyncTotal[Config.PsxType] / BIAS; in psxHsyncCalculate()
476 HSyncTotal[Config.PsxType] = HSyncTotal[Config.PsxType]+1; in psxHsyncCalculate()
501 rcnts[3].target = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in psxRcntInit()
H A Dmisc.c361 Config.PsxType = PSX_TYPE_PAL; // pal in CheckCdrom()
362 else Config.PsxType = PSX_TYPE_NTSC; // ntsc in CheckCdrom()
902 NET_sendData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in SendPcsxInfo()
918 NET_recvData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h159 u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL member
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxcounters.c177 … rcnts[index].rate = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in _psxRcntWmode()
349 …if( hSyncCount >= (Config.VSyncWA ? HSyncTotal[Config.PsxType] / BIAS : HSyncTotal[Config.PsxType]… in psxRcntUpdate()
361 hsync_steps = HSyncTotal[Config.PsxType] - hSyncCount; in psxRcntUpdate()
367 if (Config.PsxType) in psxRcntUpdate()
480 rcnts[3].target = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in psxRcntInit()
H A Dmisc.c390 Config.PsxType = PSX_TYPE_PAL; // pal in CheckCdrom()
391 else Config.PsxType = PSX_TYPE_NTSC; // ntsc in CheckCdrom()
734 NET_sendData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in SendPcsxInfo()
750 NET_recvData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h134 u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL member
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dpsxcounters.c177 … rcnts[index].rate = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in _psxRcntWmode()
349 …if( hSyncCount >= (Config.VSyncWA ? HSyncTotal[Config.PsxType] / BIAS : HSyncTotal[Config.PsxType]… in psxRcntUpdate()
361 hsync_steps = HSyncTotal[Config.PsxType] - hSyncCount; in psxRcntUpdate()
367 if (Config.PsxType) in psxRcntUpdate()
480 rcnts[3].target = (PSXCLK / (FrameRate[Config.PsxType] * HSyncTotal[Config.PsxType])); in psxRcntInit()
H A Dmisc.c390 Config.PsxType = PSX_TYPE_PAL; // pal in CheckCdrom()
391 else Config.PsxType = PSX_TYPE_NTSC; // ntsc in CheckCdrom()
734 NET_sendData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in SendPcsxInfo()
750 NET_recvData(&Config.PsxType, sizeof(Config.PsxType), PSE_NET_BLOCKING); in RecvPcsxInfo()
H A Dpsxcommon.h134 u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL member
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c147 Config.PsxType = GetValuel(data, "PsxType"); in LoadConfig()
205 SetValuel("PsxType", Config.PsxType); in SaveConfig()
H A DConfDlg.c892 Config.PsxType = PSX_TYPE_NTSC; in OnCpu_Clicked()
894 Config.PsxType = PSX_TYPE_PAL; in OnCpu_Clicked()
971 gtk_combo_box_set_active(GTK_COMBO_BOX (widget), Config.PsxType); in OnConf_Cpu()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmain.c701 pl_timing_prepare(Config.PsxType); in toggle_fast_forward()
733 pl_timing_prepare(Config.PsxType); in SysReset()
H A Dmenu.c303 Config.PsxType = region - 1; in menu_sync_config()
324 pl_timing_prepare(Config.PsxType); in menu_sync_config()
1265 plat_gvideo_open(Config.PsxType); in menu_loop_cscaler()
1302 plat_gvideo_open(Config.PsxType); in menu_loop_cscaler()
1913 get_cd_label(), CdromId, Config.PsxType ? "PAL" : "NTSC", in draw_frame_main()
H A Dlibretro.c1508 Config.PsxType = 0; in update_variables()
1510 Config.PsxType = 1; in update_variables()
/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.c701 pl_timing_prepare(Config.PsxType); in toggle_fast_forward()
733 pl_timing_prepare(Config.PsxType); in SysReset()
H A Dmenu.c303 Config.PsxType = region - 1; in menu_sync_config()
324 pl_timing_prepare(Config.PsxType); in menu_sync_config()
1265 plat_gvideo_open(Config.PsxType); in menu_loop_cscaler()
1302 plat_gvideo_open(Config.PsxType); in menu_loop_cscaler()
1913 get_cd_label(), CdromId, Config.PsxType ? "PAL" : "NTSC", in draw_frame_main()
H A Dlibretro.c1508 Config.PsxType = 0; in update_variables()
1510 Config.PsxType = 1; in update_variables()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c92 QueryKeyV("PsxType", Conf->PsxType); in LoadConfig()
150 SetKeyV("PsxType", Conf->PsxType); in SaveConfig()
H A DWndMain.c1493 ComboBox_SetCurSel(GetDlgItem(hW,IDC_PSXTYPES),Config.PsxType); in ConfigureCpuDlgProc()
1509 if (tmp == 0) Config.PsxType = 0; in ConfigureCpuDlgProc()
1510 else Config.PsxType = 1; in ConfigureCpuDlgProc()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m842 @"VideoTypePAL": [NSValue valueWithPointer:&Config.PsxType],
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/
H A DChangeLog445 when Config.PsxAuto is enabled and Config.PsxType is set to PAL.
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/
H A DChangeLog445 when Config.PsxAuto is enabled and Config.PsxType is set to PAL.