mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-17 17:05:02 +00:00
shader_recompiler: list all missing instructions during translation pass
This commit is contained in:
parent
396812bab6
commit
0c32ea242b
5 changed files with 9 additions and 1 deletions
|
@ -127,6 +127,7 @@ struct Info {
|
|||
Stage stage;
|
||||
|
||||
bool uses_group_quad{};
|
||||
bool translation_failed{}; // indicates that shader has unsupported instructions
|
||||
|
||||
template <typename T>
|
||||
T ReadUd(u32 ptr_index, u32 dword_offset) const noexcept {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue