Home
last modified time | relevance | path

Searched refs:nFrameSkips (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dmain.c361 if (nFrameSkips < ConfigureParams.Screen.nFrameSkips) in Main_WaitOnVbl()
363 nFrameSkips += 1; in Main_WaitOnVbl()
373 if (nFrameSkips > 0 in Main_WaitOnVbl()
374 && ConfigureParams.Screen.nFrameSkips >= AUTO_FRAMESKIP_LIMIT in Main_WaitOnVbl()
375 && 2*nDelay > FrameDuration_micro/nFrameSkips) in Main_WaitOnVbl()
377 nFrameSkips -= 1; in Main_WaitOnVbl()
H A Dstatusbar.c827 if (nOldFrameSkips != nFrameSkips || in Statusbar_Update()
832 nOldFrameSkips = nFrameSkips; in Statusbar_Update()
835 if (nFrameSkips < 10) in Statusbar_Update()
836 fscount[0] = '0' + nFrameSkips; in Statusbar_Update()
H A Dconfiguration.c71 { "nFrameSkips", Int_Tag, &ConfigureParams.Screen.nFrameSkips },
555 ConfigureParams.Screen.nFrameSkips = AUTO_FRAMESKIP_LIMIT; in Configuration_SetDefault()
664 if (ConfigureParams.Screen.nFrameSkips < AUTO_FRAMESKIP_LIMIT) in Configuration_Apply()
666 nFrameSkips = ConfigureParams.Screen.nFrameSkips; in Configuration_Apply()
H A Dvideo.c407 int nFrameSkips; /* speed up by skipping video frames */ variable
2872 if (nVBLs % (nFrameSkips+1)) in Video_DrawScreen()
3836 fprintf(stderr, "Frame skips : %d\n", nFrameSkips); in Video_Info()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dmain.c355 if (nFrameSkips < ConfigureParams.Screen.nFrameSkips) in Main_WaitOnVbl()
357 nFrameSkips += 1; in Main_WaitOnVbl()
368 if (nFrameSkips > 0 in Main_WaitOnVbl()
369 && ConfigureParams.Screen.nFrameSkips >= AUTO_FRAMESKIP_LIMIT in Main_WaitOnVbl()
370 && 2*nDelay > FrameDuration_micro/nFrameSkips) in Main_WaitOnVbl()
372 nFrameSkips -= 1; in Main_WaitOnVbl()
H A Dstatusbar.c890 if (nOldFrameSkips != nFrameSkips || in Statusbar_Update()
895 nOldFrameSkips = nFrameSkips; in Statusbar_Update()
898 if (nFrameSkips < 10) in Statusbar_Update()
899 fscount[0] = '0' + nFrameSkips; in Statusbar_Update()
H A Dconfiguration.c77 { "nFrameSkips", Int_Tag, &ConfigureParams.Screen.nFrameSkips },
808 ConfigureParams.Screen.nFrameSkips = AUTO_FRAMESKIP_LIMIT; in Configuration_SetDefault()
917 if (ConfigureParams.Screen.nFrameSkips < AUTO_FRAMESKIP_LIMIT) in Configuration_Apply()
919 nFrameSkips = ConfigureParams.Screen.nFrameSkips; in Configuration_Apply()
H A Dvideo.c489 int nFrameSkips; /* speed up by skipping video frames */ variable
4224 if (nVBLs % (nFrameSkips+1)) in Video_DrawScreen()
5438 fprintf(fp, "Frame skips : %d\n", nFrameSkips); in Video_Info()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/openmaxil/
H A Dmmalomx_util_params_misc.c79 mmal->frames_skipped = omx->nFrameSkips; in mmalomx_param_mapping_statistics()
91 omx->nFrameSkips = mmal->frames_skipped; in mmalomx_param_mapping_statistics()
/dports/games/libretro-hatari/hatari-561c07e/etc/
H A Dwin-ce.cfg17 nFrameSkips = 5
H A Dn810.cfg113 nFrameSkips = 5
H A Dwiz.cfg113 nFrameSkips = 2
/dports/emulators/hatari/hatari-2.2.1/etc/
H A Dwin-ce.cfg17 nFrameSkips = 5
H A Dwiz.cfg113 nFrameSkips = 2
H A Dn810.cfg113 nFrameSkips = 5
/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Dvidel.h14 extern int nFrameSkips;
/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A Dvideo.h115 extern int nFrameSkips;
H A Dconfiguration.h237 int nFrameSkips; member
/dports/games/libretro-hatari/hatari-561c07e/libretro/gui-retro/
H A DdlgScreen.c334 if (ConfigureParams.Screen.nFrameSkips >= skip_frames[i]) in Dialog_WindowDlg()
436 ConfigureParams.Screen.nFrameSkips = skip_frames[i-DLGSCRN_SKIP0]; in Dialog_WindowDlg()
/dports/games/libretro-hatari/hatari-561c07e/src/gui-sdl/
H A DdlgScreen.c335 if (ConfigureParams.Screen.nFrameSkips >= skip_frames[i]) in Dialog_WindowDlg()
436 ConfigureParams.Screen.nFrameSkips = skip_frames[i-DLGSCRN_SKIP0]; in Dialog_WindowDlg()
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A Dvideo.h146 extern int nFrameSkips;
H A Dconfiguration.h276 int nFrameSkips; member
/dports/emulators/hatari/hatari-2.2.1/src/gui-sdl/
H A DdlgScreen.c361 if (ConfigureParams.Screen.nFrameSkips >= skip_frames[i]) in Dialog_WindowDlg()
482 ConfigureParams.Screen.nFrameSkips = skip_frames[i-DLGSCRN_SKIP0]; in Dialog_WindowDlg()
/dports/games/libretro-hatari/hatari-561c07e/src/gui-osx/
H A DPrefsController.m694 IMPORT_DROPDOWN(frameSkip, ConfigureParams.Screen.nFrameSkips);
910 EXPORT_DROPDOWN(frameSkip, ConfigureParams.Screen.nFrameSkips);
/dports/emulators/hatari/hatari-2.2.1/src/gui-osx/
H A DPrefsController.m766 IMPORT_DROPDOWN(frameSkip, ConfigureParams.Screen.nFrameSkips);
1039 EXPORT_DROPDOWN(frameSkip, ConfigureParams.Screen.nFrameSkips);

12