Move error_code to ErrorCodes.h

This commit is contained in:
Nekotekina 2020-12-12 14:24:01 +03:00
parent b09b7c1184
commit dff4392c10
26 changed files with 101 additions and 75 deletions

View file

@ -5,6 +5,7 @@
#include "Emu/System.h"
#include "Emu/perf_meter.hpp"
#include "Emu/Cell/ErrorCodes.h"
#include "Emu/Cell/PPUThread.h"
#include "Emu/Cell/PPUCallback.h"
#include "Emu/Cell/PPUOpcodes.h"