PPUAnalyser.h added

This commit is contained in:
Nekotekina 2016-06-05 13:14:20 +03:00
parent ff0bb52689
commit 6fa5e2cc7c
7 changed files with 674 additions and 263 deletions

View file

@ -8,11 +8,14 @@
#include "Emu/Cell/PPUOpcodes.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUAnalyser.h"
#include "Emu/Cell/lv2/sys_prx.h"
#include <unordered_set>
const ppu_decoder<ppu_itype> s_ppu_itype;
LOG_CHANNEL(cellAdec);
LOG_CHANNEL(cellAtrac);
LOG_CHANNEL(cellAtracMulti);