mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-27 00:41:42 +00:00
12 lines
151 B
C++
12 lines
151 B
C++
#pragma once
|
|
|
|
#include "common/types.h"
|
|
|
|
namespace Core::AeroLib {
|
|
|
|
u64 UnresolvedStub();
|
|
|
|
u64 GetStub(const char* nid);
|
|
|
|
} // namespace Core::AeroLib
|