mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Savestates Support For PS3 Emulation (#10478)
This commit is contained in:
parent
969b9eb89d
commit
fcd297ffb2
154 changed files with 4948 additions and 635 deletions
|
|
@ -63,13 +63,13 @@ void headless_application::InitializeCallbacks()
|
|||
RequestCallFromMainThread(std::move(func), wake_up);
|
||||
};
|
||||
|
||||
callbacks.init_gs_render = []()
|
||||
callbacks.init_gs_render = [](utils::serial* ar)
|
||||
{
|
||||
switch (const video_renderer type = g_cfg.video.renderer)
|
||||
{
|
||||
case video_renderer::null:
|
||||
{
|
||||
g_fxo->init<rsx::thread, named_thread<NullGSRender>>();
|
||||
g_fxo->init<rsx::thread, named_thread<NullGSRender>>(ar);
|
||||
break;
|
||||
}
|
||||
case video_renderer::opengl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue