ForceEnableLatencyEmulation

nn::fs::ForceEnableLatencyEmulation Function

Syntax

void ForceEnableLatencyEmulation(
     bool isEmulateEndurance = true,
     s64 constantWait = 0
);

Parameters

Name Description
isEmulateEndurance
constantWait

Return Values

None.

Description

This function can no longer be used to enable/disable latency emulation. At present, this function only calls InitializeLatencyEmulation function internally.

Notes for writing an application to a CTR flash card using PARTNER-CTR-Debugger

CTR flash cards have a function that sets the access speed from the card. The "development card speed setting" configured by the PARTNER-CTR-Debugger when it writes the program is reflected as the access speed.
When the SDK's latency emulation is enabled, the above access speed is added during game card access.
Use these functions as needed while debugging your application. (For example, you can enable just one of them.)

Revision History

2011/03/15
Added description regarding to the access speed setting feature of CTR flash cards.
2011/02/21
Added a feature to always emulate a fixed period of waiting.
2010/11/11
Added specific wait values.
2010/11/09
Initial version.

CONFIDENTIAL