Add OS<->GPU IPC

This commit is contained in:
DH 2023-06-24 23:48:25 +03:00
parent df5f8055fa
commit 2ab5cfb1f3
10 changed files with 271 additions and 124 deletions

4
rpcsx-os/bridge.cpp Normal file
View file

@ -0,0 +1,4 @@
#include "bridge.hpp"
amdgpu::bridge::BridgePusher rx::bridge;