flycast/core/hw/sh4/sh4_rom.h

7 lines
95 B
C

#pragma once
#include "types.h"
struct f32_x2
{
f32 u[2];
};
extern f32_x2 sin_table[0x10000];