format / asm

This commit is contained in:
TakaRikka
2021-12-04 05:57:01 -08:00
parent b88340aca7
commit 942c375fe5
402 changed files with 2365 additions and 11015 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ inline u8 cLib_checkBit(u8& pVar, u8 pBit) {
return pVar & pBit;
}
template<typename T>
template <typename T>
inline T cLib_minMaxLimit(T param_0, T min, T max) {
if (param_0 < min) {
return max;
-1
View File
@@ -2,7 +2,6 @@
#define C_XYZ_H
#include "dolphin/mtx/vec.h"
#include "msl_c/math.h"
#include "global.h"
#include "msl_c/math.h"