mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-19 19:31:16 +00: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