mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 01:08:53 -05:00
Fixed type conversion ambiguity
This commit is contained in:
@ -264,7 +264,7 @@ void Source::GenerateFrame() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
state.next_sample_number += frame_position;
|
||||
state.next_sample_number += static_cast<u32>(frame_position);
|
||||
|
||||
state.filters.ProcessFrame(current_frame);
|
||||
}
|
||||
|
Reference in New Issue
Block a user