MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetFrameskipValueFromInt

Function GetFrameskipValueFromInt

Source/Utility/Preferences.cpp:562–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562EFrameskipValue GetFrameskipValueFromInt( u32 value )
563{
564// This is always False
565// if( value < FV_DISABLED )
566// return FV_DISABLED;
567
568// if( value > FV_10 )
569// return FV_10;
570
571 return EFrameskipValue( value );
572}
573
574const char * Preferences_GetFrameskipDescription( EFrameskipValue value )
575{

Callers 1

OpenPreferencesFileMethod · 0.85

Calls 1

EFrameskipValueEnum · 0.85

Tested by

no test coverage detected