video_coare: Reimplementing the maxwell drawing trigger mechanism

This commit is contained in:
FengChen
2022-10-21 15:38:50 +08:00
parent 6b71530fa8
commit 1f54cd4ac7
10 changed files with 139 additions and 224 deletions

View File

@ -346,7 +346,7 @@ void MacroJITx64Impl::Compile_Read(Macro::Opcode opcode) {
}
void Send(Engines::Maxwell3D* maxwell3d, Macro::MethodAddress method_address, u32 value) {
maxwell3d->CallMethodFromMME(method_address.address, value);
maxwell3d->CallMethod(method_address.address, value, true);
}
void MacroJITx64Impl::Compile_Send(Xbyak::Reg32 value) {