move config structs to own files and clean up some headers

This commit is contained in:
Megamouse 2020-02-15 23:36:20 +01:00 committed by Ivan
parent 5e6b1003ec
commit fe75311be2
213 changed files with 919 additions and 997 deletions

View file

@ -6,8 +6,7 @@
#include "Crypto/sha1.h"
#include "Crypto/unself.h"
#include "Loader/ELF.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUOpcodes.h"
#include "Emu/Cell/PPUAnalyser.h"