Function GSPGPU_SetPerfLogMode

Source
pub unsafe extern "C" fn GSPGPU_SetPerfLogMode(
    enabled: bool,
) -> Result
Expand description

Enables or disables the performance log and clear its state to zero.

§Arguments

  • enabled - Whether to enable the performance log.

Note: It is assumed that no GPU operation is in progress when calling this function. The official sysmodule forgets to clear the “start tick” states to 0, though this should not be much of an issue (as per the note above).