add missed file changes

This commit is contained in:
DH 2025-10-05 20:07:19 +03:00
parent 640df36c48
commit 37f423aec3
6 changed files with 8 additions and 8 deletions

View file

@ -86,7 +86,7 @@ namespace rsx
{
public:
RSXDMAWriter(void* mem)
: m_host_context_ptr(new (mem) host_gpu_context_t)
: m_host_context_ptr(new(mem) host_gpu_context_t)
{
}