mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 01:00:06 +01:00
8 lines
223 B
C++
8 lines
223 B
C++
#include "stdafx.h"
|
|
#include "SPUAnalyser.h"
|
|
#include "SPUOpcodes.h"
|
|
|
|
const extern spu_decoder<spu_itype> g_spu_itype{};
|
|
const extern spu_decoder<spu_iname> g_spu_iname{};
|
|
const extern spu_decoder<spu_iflag> g_spu_iflag{};
|