mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
spu: Clean up asmjit - avoid touching the shared db whenever possible
- Gets around the locking issues when fetching from the shared db
This commit is contained in:
parent
2526626646
commit
99828a8f15
3 changed files with 21 additions and 28 deletions
|
@ -582,6 +582,7 @@ public:
|
|||
|
||||
std::exception_ptr pending_exception;
|
||||
|
||||
std::array<std::shared_ptr<struct spu_function_t>, 65536> compiled_cache;
|
||||
std::shared_ptr<class SPUDatabase> spu_db;
|
||||
std::shared_ptr<class spu_recompiler_base> spu_rec;
|
||||
u32 recursion_level = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue