mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-09 06:50:59 +01:00
9 lines
243 B
C++
9 lines
243 B
C++
#pragma once
|
|
|
|
#include "fake_process.hpp"
|
|
|
|
namespace HLE::OS {
|
|
|
|
template<> std::shared_ptr<WrappedFakeProcess> CreateFakeProcessViaContext<struct FakeErrorDisp>(OS&, Interpreter::Setup&, uint32_t, const std::string&);
|
|
|
|
} // namespace HLE::OS
|