Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion psp/src/sys/gu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1850,7 +1850,7 @@ pub unsafe extern "C" fn sceGuCallMode(mode: i32) {
#[allow(non_snake_case)]
#[no_mangle]
pub unsafe extern "C" fn sceGuCheckList() -> i32 {
(*LIST).current.sub((*LIST).start as usize) as i32
(*LIST).current.byte_offset_from((*LIST).start) as i32
}

/// Send a list to the GE directly
Expand Down