mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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
|
@ -42,6 +42,7 @@ pad_thread::pad_thread(void *_curthread, void *_curwindow, std::string_view titl
|
|||
{
|
||||
pad::g_title_id = title_id;
|
||||
pad::g_current = this;
|
||||
pad::g_reset = true;
|
||||
}
|
||||
|
||||
pad_thread::~pad_thread()
|
||||
|
@ -212,7 +213,8 @@ void pad_thread::SetIntercepted(bool intercepted)
|
|||
|
||||
void pad_thread::operator()()
|
||||
{
|
||||
pad::g_reset = true;
|
||||
Init();
|
||||
pad::g_reset = false;
|
||||
|
||||
atomic_t<pad_handler_mode> pad_mode{g_cfg.io.pad_mode.get()};
|
||||
std::vector<std::unique_ptr<named_thread<std::function<void()>>>> threads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue