De-inline functions from Interface, removing them from service.h

This reduces the time for a full recompile from 65.43s to 59.53s (~9%)
This commit is contained in:
Yuri Kunde Schlesner 2015-04-14 15:22:09 -03:00
parent 6f1143885b
commit ad3e25b414
3 changed files with 49 additions and 50 deletions

View file

@ -13,6 +13,7 @@
#include "core/hle/shared_page.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/service/service.h"
#include "core/hle/svc.h"
////////////////////////////////////////////////////////////////////////////////////////////////////