mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 08:17:58 -05:00
video_coare: Reimplementing the maxwell drawing trigger mechanism
This commit is contained in:
@ -335,7 +335,7 @@ void MacroInterpreterImpl::SetMethodAddress(u32 address) {
|
||||
}
|
||||
|
||||
void MacroInterpreterImpl::Send(u32 value) {
|
||||
maxwell3d.CallMethodFromMME(method_address.address, value);
|
||||
maxwell3d.CallMethod(method_address.address, value, true);
|
||||
// Increment the method address by the method increment.
|
||||
method_address.address.Assign(method_address.address.Value() +
|
||||
method_address.increment.Value());
|
||||
|
Reference in New Issue
Block a user