Merge pull request #4786 from lioncash/fwd
IOS STM: Get rid of forward declarations in the cpp file
This commit is contained in:
commit
1603191145
|
@ -10,14 +10,9 @@
|
|||
#include "Common/Assert.h"
|
||||
#include "Common/ChunkFile.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/HW/Memmap.h"
|
||||
|
||||
namespace Core
|
||||
{
|
||||
void QueueHostJob(std::function<void()> job, bool run_during_stop);
|
||||
void Stop();
|
||||
}
|
||||
|
||||
namespace IOS
|
||||
{
|
||||
namespace HLE
|
||||
|
|
Loading…
Reference in New Issue