Skip to content

Commit

Permalink
RSP: fix up clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Aug 10, 2023
1 parent 6bdc898 commit 1f0151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Project64-rsp-core/cpu/RSPInterpreterOps.cpp
Expand Up @@ -5,9 +5,9 @@
#include <Project64-rsp-core\RSPDebugger.h>
#include <Project64-rsp-core\RSPInfo.h>
#include <Settings/Settings.h>
#include <algorithm>
#include <float.h>
#include <math.h>
#include <algorithm>

extern UWORD32 Recp, RecpResult, SQroot, SQrootResult;
extern bool AudioHle, GraphicsHle;
Expand Down

0 comments on commit 1f0151e

Please sign in to comment.