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

5 lines
92 B
C
Raw Normal View History

2023-09-07 02:01:31 +00:00
#pragma once
#include <stdint.h>
uint16_t clamp16(int32_t Value);
int64_t clip48(uint64_t);