RSP: fix up clang formatting

This commit is contained in:
zilmar 2023-08-10 21:50:01 +09:30
parent 6bdc898248
commit 1f0151e067
1 changed files with 1 additions and 1 deletions

View File

@ -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;