forked from eden-emu/eden
video_coare: Reimplementing the maxwell drawing trigger mechanism
This commit is contained in:
parent
6b71530fa8
commit
1f54cd4ac7
10 changed files with 139 additions and 224 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue