mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
rsx: Remove noisy debug print
This commit is contained in:
parent
39ef39aa4e
commit
28d7af313b
1 changed files with 0 additions and 7 deletions
|
@ -1099,13 +1099,6 @@ bool FragmentProgramDecompiler::handle_tex_srb(u32 opcode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sanity checks
|
|
||||||
if (func_id != base_func && base_func != FUNCTION::TEXTURE_SAMPLE_BASE)
|
|
||||||
{
|
|
||||||
// A lot of redundant special-access modes would be needed to cater for all the variations, ignore special modifiers for now, but log an error
|
|
||||||
rsx_log.error("[Unimplemented warning] Conflicting texture decode options in the shaders detected. Base option=%d, selected=%d", static_cast<int>(base_func), static_cast<int>(func_id));
|
|
||||||
}
|
|
||||||
|
|
||||||
ensure(func_id <= FUNCTION::TEXTURE_SAMPLE_MAX_BASE_ENUM && func_id >= FUNCTION::TEXTURE_SAMPLE_BASE);
|
ensure(func_id <= FUNCTION::TEXTURE_SAMPLE_MAX_BASE_ENUM && func_id >= FUNCTION::TEXTURE_SAMPLE_BASE);
|
||||||
|
|
||||||
// Clamp type to 3 types (1d, 2d, cube+3d) and offset into sampling redirection table
|
// Clamp type to 3 types (1d, 2d, cube+3d) and offset into sampling redirection table
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue