mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-13 07:08:49 +00:00
shader_recompiler: list all missing instructions during translation pass
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user