Browse Source

Revert one &mut self

pull/86/head
AzureMarker 12 months ago
parent
commit
06d26fc96d
  1. 2
      ctru-rs/src/services/ir_user.rs

2
ctru-rs/src/services/ir_user.rs

@ -340,7 +340,7 @@ impl IrUser { @@ -340,7 +340,7 @@ impl IrUser {
/// Internal helper for calling ir:USER service methods.
unsafe fn send_service_request(
&mut self,
&self,
request: Vec<u32>,
expected_response_len: usize,
) -> crate::Result<Vec<u32>> {

Loading…
Cancel
Save