mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Formatting
This commit is contained in:
parent
3262e638ed
commit
7bd993bedf
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ Id EmitFPMax64(EmitContext& ctx, Id a, Id b) {
|
|||
}
|
||||
|
||||
Id EmitFPMin32(EmitContext& ctx, Id a, Id b, bool is_legacy) {
|
||||
if (is_legacy)
|
||||
{
|
||||
if (is_legacy) {
|
||||
return ctx.OpNMin(ctx.F32[1], a, b);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue