mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
vm::g_exec_addr added
s_ppu_compiled renamed Exception handling enabled
This commit is contained in:
parent
e4d1bdef07
commit
37a97a71e3
5 changed files with 62 additions and 29 deletions
|
@ -50,7 +50,6 @@ extern void ppu_load_exec(const ppu_exec_object&);
|
|||
extern void spu_load_exec(const spu_exec_object&);
|
||||
extern void arm_load_exec(const arm_exec_object&);
|
||||
extern std::shared_ptr<struct lv2_prx> ppu_load_prx(const ppu_prx_object&, const std::string&);
|
||||
extern void ppu_finalize();
|
||||
|
||||
fs::file g_tty;
|
||||
|
||||
|
@ -525,7 +524,6 @@ void Emulator::Stop()
|
|||
|
||||
RSXIOMem.Clear();
|
||||
vm::close();
|
||||
ppu_finalize();
|
||||
|
||||
if (g_cfg_autoexit)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue