project64/Source/Project64-rsp-core/cpu/RspClamp.h

5 lines
92 B
C

#pragma once
#include <stdint.h>
uint16_t clamp16(int32_t Value);
int64_t clip48(uint64_t);