nn::fs::ForceDisableLatencyEmulation Function

Syntax

void ForceDisableLatencyEmulation(
     void
);

Arguments

None.

Return Values

None.

Description

Turns off the function to emulate the behavior of a non-volatile memory device that has become degraded. (for debugging purposes)

Explicitly turns off the function to reproduce the wait time that occurs in degraded devices when accessing a game card, NAND, or SD Memory Card.

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

2010/11/09
Initial version.

CONFIDENTIAL