SPURecompiler improved

This commit is contained in:
Nekotekina 2015-04-05 21:01:15 +03:00
parent d2883fc554
commit d1fbccc9ce
6 changed files with 394 additions and 372 deletions

View file

@ -22,6 +22,8 @@
#include <cfenv>
const g_spu_imm_table_t g_spu_imm;
class spu_inter_func_list_t
{
std::array<spu_inter_func_t, 2048> funcs;