mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Removed std::enable_shared_from_this
Minor ID manager refactoring
This commit is contained in:
parent
09ae45c566
commit
7ccdea7822
10 changed files with 41 additions and 42 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "Utilities/Config.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/IdManager.h"
|
||||
#include "RSXThread.h"
|
||||
|
||||
#include "Emu/Cell/PPUCallback.h"
|
||||
|
@ -14,6 +15,8 @@
|
|||
|
||||
#include <thread>
|
||||
|
||||
class GSRender;
|
||||
|
||||
#define CMD_DEBUG 0
|
||||
|
||||
cfg::bool_entry g_cfg_rsx_write_color_buffers(cfg::root.video, "Write Color Buffers");
|
||||
|
@ -881,7 +884,7 @@ namespace rsx
|
|||
m_used_gcm_commands.clear();
|
||||
|
||||
on_init_rsx();
|
||||
start();
|
||||
start_thread(fxm::get<GSRender>());
|
||||
}
|
||||
|
||||
GcmTileInfo *thread::find_tile(u32 offset, u32 location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue