mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
dfc31d5098
- SceCpuForDriver: ksceKernelCpuIcacheInvalidateRange and ksceKernelCpuIcacheAndL2WritebackInvalidateRange now call invalidate_jit_cache() to properly invalidate dynarmic's JIT cache - taiHEN: All loaded_modules accesses now protected by kernel.mutex using scoped locks to avoid deadlocks with state->mutex and export_nids_mutex (lock order: kernel.mutex -> export_nids_mutex -> state->mutex)