mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
remove some prints
This commit is contained in:
parent
652892d027
commit
2d15c78ce7
@ -322,7 +322,6 @@ static IR::U32 TryOptimizeAddressModulo(IR::U32 addr, u32 stride, IR::IREmitter&
|
|||||||
for (auto& addend : addends) {
|
for (auto& addend : addends) {
|
||||||
addr = ir.IAdd(addr, addend);
|
addr = ir.IAdd(addr, addend);
|
||||||
}
|
}
|
||||||
LOG_INFO(Render_Recompiler, "OPTIMIZED attr index");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return addr;
|
return addr;
|
||||||
@ -460,10 +459,6 @@ void HullShaderTransform(IR::Program& program, RuntimeInfo& runtime_info) {
|
|||||||
IR::U32 control_point_index =
|
IR::U32 control_point_index =
|
||||||
ir.IDiv(addr, ir.Imm32(runtime_info.hs_info.ls_stride));
|
ir.IDiv(addr, ir.Imm32(runtime_info.hs_info.ls_stride));
|
||||||
|
|
||||||
if (info.pgm_hash == 0xb5fb5174) {
|
|
||||||
printf("here\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
IR::U32 addr_for_attrs =
|
IR::U32 addr_for_attrs =
|
||||||
TryOptimizeAddressModulo(addr, runtime_info.hs_info.ls_stride, ir);
|
TryOptimizeAddressModulo(addr, runtime_info.hs_info.ls_stride, ir);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user