early-access version 3657

This commit is contained in:
pineappleEA 2023-06-10 22:09:55 +02:00
parent 126c3c9ad0
commit c4d92e97e5
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 3656.
This is the source code for early-access 3657.
## Legal Notice

View File

@ -129,10 +129,6 @@ IR::Opcode Replace(IR::Opcode op) {
return IR::Opcode::ConvertU32F32;
case IR::Opcode::ConvertU64F64:
return IR::Opcode::ConvertU64F32;
case IR::Opcode::PackFloat2x16:
return IR::Opcode::PackHalf2x16;
case IR::Opcode::UnpackFloat2x16:
return IR::Opcode::UnpackHalf2x16;
case IR::Opcode::ConvertF32F64:
return IR::Opcode::Identity;
case IR::Opcode::ConvertF64F32: