nn::fs::ForceDisableLatencyEmulation Function

Syntax

void ForceDisableLatencyEmulation(
     void
);

Arguments

None.

Return Values

None.

Description

Sets the emulation so it neither emulates the behavior of a non-volatile memory device that has become degraded, nor emulates the behavior when a conflict arises for FS resources with a process in the background. (For debugging purposes.)

This emulation feature is disabled by default in release builds, but is enabled by default in debug and development builds. So if you do not want the effect of this feature, you need to explicitly specify that it be disabled by using this function.

Call the nn::fs::ForceEnableLatencyEmulation function to explicitly enable latency emulation.

Revision History

2011/02/21
Revised the description in line with the addition of a feature to the ForceEnableLatencyEmulation function to always emulate a fixed period of waiting.
2010/11/09
Initial version.

CONFIDENTIAL