pub unsafe extern "C" fn mvdstdOverrideOutputBuffers(
    cur_outdata0: *mut c_void,
    cur_outdata1: *mut c_void,
    new_outdata0: *mut c_void,
    new_outdata1: *mut c_void
) -> Result
Expand description

New3DS Internet Browser doesn’t use this. This overrides the entry0 output buffers originally setup by mvdstdSetupOutputBuffers(). See also here: https://www.3dbrew.org/wiki/MVDSTD:OverrideOutputBuffers

§Arguments

  • cur_outdata0 - Linearmem vaddr. The current outdata0 for this entry must match this value.
  • cur_outdata1 - Linearmem vaddr. The current outdata1 for this entry must match this value.
  • new_outdata0 - Linearmem vaddr. This is the new address to use for outaddr0.
  • new_outdata1 - Linearmem vaddr. This is the new address to use for outaddr1.