mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
Include stdint in scaler_common.
This commit is contained in:
parent
8e303a3159
commit
372178fbd6
@ -17,6 +17,8 @@
|
||||
#ifndef SCALER_COMMON_H__
|
||||
#define SCALER_COMMON_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
static inline uint8_t clamp_8bit(int val)
|
||||
{
|
||||
if (val > 255)
|
||||
|
Loading…
Reference in New Issue
Block a user