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 emulate the wait time that occurs in degraded devices when accessing a game card, NAND, or SD Memory Card. This emulation is disabled by default in release builds, but is enabled by default in debug and development builds. Call this function to explicitly disable latency emulation in such builds. Call the nn::fs::ForceEnableLatencyEmulation function to explicitly enable latency emulation.

Revision History

2010/11/09
Initial version.

CONFIDENTIAL