You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
10 lines
129 B
C
10 lines
129 B
C
#include "vc_check.h"
|
|
|
|
u8 gIsVC = FALSE;
|
|
|
|
// literally return what was passed
|
|
f32 round_double_to_float(f64 v)
|
|
{
|
|
return v;
|
|
}
|