mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 15:36:34 +00:00
fix formatting
This commit is contained in:
parent
b731bc35ae
commit
aaa266dba1
@ -1086,7 +1086,7 @@ namespace ARMeilleure.Instructions
|
|||||||
{
|
{
|
||||||
return FPMaxFpscrImpl(value1, value2, standardFpscr == 1);
|
return FPMaxFpscrImpl(value1, value2, standardFpscr == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr)
|
private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr)
|
||||||
{
|
{
|
||||||
ExecutionContext context = NativeInterface.GetContext();
|
ExecutionContext context = NativeInterface.GetContext();
|
||||||
|
Loading…
Reference in New Issue
Block a user