This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
ppsspp
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2026-09-04 19:55:27 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a44f38d44a5f49a374de60448400a3cceed225dd
ppsspp
/
Core
/
MIPS
/
JitCommon
T
History
Henrik Rydgård
a34e32abe1
Revert "Disables "ForceCheck" on jit invalidation on ARM32, introduced in
#16194
"
...
This reverts commit
bc28f54612
.
2022-10-11 15:42:59 +02:00
..
JitBlockCache.cpp
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
2022-09-30 12:35:28 +03:00
JitBlockCache.h
jit: Use a hash for invalidate/clear all.
2021-12-19 10:40:33 -08:00
JitCommon.cpp
x86jit: Refactor and fix jump in branch delay slot.
2022-09-03 19:58:46 -07:00
JitCommon.h
x86jit: Refactor and fix jump in branch delay slot.
2022-09-03 19:58:46 -07:00
JitState.cpp
Revert "Disables "ForceCheck" on jit invalidation on ARM32, introduced in
#16194
"
2022-10-11 15:42:59 +02:00
JitState.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00