mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 15:32:06 +00:00
Properly clear JIT cache on save states
This commit is contained in:
parent
5db10d83f7
commit
a7a744d33c
6 changed files with 20 additions and 2 deletions
|
@ -604,7 +604,11 @@ void Wiimote::DoState(PointerWrap& p)
|
|||
{
|
||||
//clear
|
||||
while (!m_read_requests.empty())
|
||||
{
|
||||
delete[] m_read_requests.front().data;
|
||||
m_read_requests.pop();
|
||||
}
|
||||
|
||||
|
||||
p.Do(size);
|
||||
while (size--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue