MCPcopy Create free account
hub / github.com/citron-neo/emulator / IsGPULevelNormal

Function IsGPULevelNormal

src/common/settings.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool IsGPULevelNormal() {
167 return values.current_gpu_accuracy == GpuAccuracy::Extreme ||
168 values.current_gpu_accuracy == GpuAccuracy::High ||
169 values.current_gpu_accuracy == GpuAccuracy::Normal;
170}
171
172bool IsFastmemEnabled() {
173 if (values.cpu_debug_mode)

Callers 9

SignalFenceMethod · 0.85
StepMethod · 0.85
CounterReportMethod · 0.85
RefreshParametersImplMethod · 0.85
AllocateNewContextMethod · 0.85
EndPendingOperationsMethod · 0.85
StartCounterMethod · 0.85
MustFlushRegionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected