nn::fs::ForceDisableLatencyEmulation Function
void ForceDisableLatencyEmulation(
void
);
None.
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.
ForceEnableLatencyEmulation function to always emulate a fixed period of waiting.CONFIDENTIAL