mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Renamed Emu/GS -> Emu/RSX
This commit is contained in:
parent
48a339fd17
commit
f07c35d9ae
35 changed files with 137 additions and 129 deletions
10
rpcs3/Emu/RSX/GSRender.cpp
Normal file
10
rpcs3/Emu/RSX/GSRender.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/Log.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/System.h"
|
||||
|
||||
#include "GSRender.h"
|
||||
|
||||
GSLockCurrent::GSLockCurrent(GSLockType type) : GSLock(Emu.GetGSManager().GetRender(), type)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue