mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[rpcsx-os] implement fw simulation
implement impi messages
This commit is contained in:
parent
2278a298ac
commit
6ba0ad0832
8 changed files with 516 additions and 153 deletions
|
|
@ -8,6 +8,8 @@
|
|||
static int gShmFd = -1;
|
||||
static constexpr std::size_t kShmSize = sizeof(amdgpu::bridge::BridgeHeader) +
|
||||
(sizeof(std::uint64_t) * (1024 * 1024));
|
||||
std::uint32_t amdgpu::bridge::expGpuPid = 0;
|
||||
|
||||
amdgpu::bridge::BridgeHeader *
|
||||
amdgpu::bridge::createShmCommandBuffer(const char *name) {
|
||||
if (gShmFd != -1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue