mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 21:05:15 -06:00
Revert recompiler log warning
This commit is contained in:
parent
f27d23a6cb
commit
d678d1ce6c
@ -34,7 +34,7 @@ IR::Program TranslateProgram(const std::span<const u32>& code, Pools& pools, Inf
|
||||
// Ensure first instruction is expected.
|
||||
constexpr u32 token_mov_vcchi = 0xBEEB03FF;
|
||||
if (code[0] != token_mov_vcchi) {
|
||||
LOG_WARNING(Render_Recompiler,"First instruction is 0x{:08x}, not s_mov_b32 vcc_hi, #imm",code[0]);
|
||||
LOG_WARNING(Render_Recompiler, "First instruction is not s_mov_b32 vcc_hi, #imm");
|
||||
}
|
||||
|
||||
Gcn::GcnCodeSlice slice(code.data(), code.data() + code.size());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user