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