mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Rsx: rewrite address translation
This commit is contained in:
parent
9e380a4a4a
commit
f349695a75
80 changed files with 218 additions and 429 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/bin_patch.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/Memory/vm.h"
|
||||
#include "Emu/System.h"
|
||||
|
||||
#include "Emu/Cell/PPUThread.h"
|
||||
|
@ -1403,7 +1403,6 @@ void Emulator::Stop(bool restart)
|
|||
|
||||
LOG_NOTICE(GENERAL, "Objects cleared...");
|
||||
|
||||
RSXIOMem.Clear();
|
||||
vm::close();
|
||||
|
||||
if (do_exit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue