nn::fs::ForceEnableLatencyEmulation Function
void ForceEnableLatencyEmulation(
void
);
None.
Emulates the behavior of a non-volatile memory device that has become degraded. (for debugging purposes)
Emulates the wait time that occurs in a degraded device when accessing a game card, NAND, or SD Memory Card. (There is a wait time of 0–100 ms for each read and 0–380 ms for each write.) This emulation is always enabled for debug and development builds but it is disabled for release builds, so you must call this function to explicitly enable emulation for careful debugging. Call the nn::fs::ForceDisableLatencyEmulation function to explicitly disable the emulation.
CONFIDENTIAL