mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Formatting
This commit is contained in:
parent
3262e638ed
commit
7bd993bedf
@ -64,8 +64,7 @@ Id EmitFPMax64(EmitContext& ctx, Id a, Id b) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Id EmitFPMin32(EmitContext& ctx, Id a, Id b, bool is_legacy) {
|
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);
|
return ctx.OpNMin(ctx.F32[1], a, b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user