mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
add missed file changes
This commit is contained in:
parent
640df36c48
commit
37f423aec3
6 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue