Unknown W. Brackets
|
13ec384dbe
|
Build: Explicitly include ppsspp_config.h.
This adds it to all files that use it. Not all our builds include the
file.
|
2021-03-02 21:04:03 -08:00 |
|
Unknown W. Brackets
|
7de77e4683
|
mipsjit: Correct inheritance/compilation.
|
2021-02-26 07:24:58 -08:00 |
|
Unknown W. Brackets
|
cae0815095
|
jit: Avoid using mips identifier directly.
Apparently this gets defined on mips systems.
|
2021-02-26 07:24:58 -08:00 |
|
sum2012
|
00d2a050b8
|
Hook open season
Fix #13252
original from #13326
|
2021-02-21 13:46:49 +08:00 |
|
Unknown W. Brackets
|
f32f89dd90
|
Global: Remove some unused variables.
|
2021-02-15 11:59:45 -08:00 |
|
Henrik Rydgård
|
0a1303b069
|
Merge pull request #13938 from unknownbrackets/worms-hook
HLE: Hook Worms text render copy func
|
2021-02-15 16:32:00 +01:00 |
|
Henrik Rydgård
|
6df37b86bc
|
Merge pull request #14076 from unknownbrackets/zhp-map
GPU: Force texture invalidation for ZHP minimap
|
2021-02-15 11:33:32 +01:00 |
|
Henrik Rydgård
|
a2093da542
|
Merge pull request #14088 from unknownbrackets/fakejit
Jit: Fix compilation of FakeJit and MipsJit
|
2021-02-15 09:13:38 +01:00 |
|
Henrik Rydgård
|
f6b2070e47
|
Cause the correct type of exception. Never ignore EXEC_ADDR exceptions.
|
2021-02-09 09:38:03 +01:00 |
|
Henrik Rydgård
|
6b4356a060
|
Handle exec addr errors better - don't let IgnoreBadMemoryAccesses skip dispatcher exceptions.
It would then just fall through into the compiler and die.
Should remove one of the "mystery" crashes from #14082.
|
2021-02-09 09:32:38 +01:00 |
|
Unknown W. Brackets
|
4e24b27053
|
mipsjit: Fix basic compilation.
|
2021-02-08 23:30:14 -08:00 |
|
Unknown W. Brackets
|
c7635a5d2f
|
Jit: Fix compilation of FakeJit.
Maybe should just remove this...
|
2021-02-08 23:17:15 -08:00 |
|
Unknown W. Brackets
|
ec3bfe08ae
|
GPU: Force texture invalidation for ZHP minimap.
See #14069, our texture hash misses this change.
|
2021-02-07 09:02:28 -08:00 |
|
Unknown W. Brackets
|
5d60fa0d0d
|
Common: Maintain C++11 support in sign extend.
|
2021-01-31 08:44:02 -08:00 |
|
Unknown W. Brackets
|
1b00da2f3a
|
Common: Sign extend w/func not chained casts.
Should be clearer to read and easier to get right.
|
2021-01-31 01:25:52 -08:00 |
|
Unknown W. Brackets
|
e99c69f19e
|
jit: Be very clear on sign extension.
|
2021-01-30 11:41:30 -08:00 |
|
Unknown W. Brackets
|
e397754587
|
Core: Correct branch analysis truncation.
|
2021-01-30 11:22:46 -08:00 |
|
Gleb Mazovetskiy
|
c17685646e
|
Fix left shift of negative value in MIPSCodeUtils
Fixes a benign UBSAN error to improve the signal-to-noise ratio of
UBSAN errors.
Fixes #14015
|
2021-01-30 12:03:40 +00:00 |
|
Unknown W. Brackets
|
c179cad5c2
|
jit: Make branch shift more obvious.
And also not technically undefined behavior.
|
2021-01-29 20:53:41 -08:00 |
|
Unknown W. Brackets
|
53b9a8e48c
|
HLE: Hook Worms text render copy func.
This func takes drawn text and replaces stencil with alpha based on the
color intensity to prepare text for blending.
See #12380.
|
2021-01-17 12:38:03 -08:00 |
|
Unknown W. Brackets
|
5354459476
|
irjit: Update clobber flag on inst swap.
Fixes IR in Persona 3.
|
2021-01-10 16:41:45 -08:00 |
|
Unknown W. Brackets
|
9dcb70d502
|
irjit: Add disable flag for simplify passes.
|
2021-01-10 14:50:32 -08:00 |
|
Unknown W. Brackets
|
021f4adfad
|
irjit: Fix mtv for INF4.
|
2021-01-09 12:43:50 -08:00 |
|
Unknown W. Brackets
|
670334bd0c
|
irjit: Correct flags for SetCtrlVFPUReg.
Fixes #13897. Caused the reg to be optimized out.
|
2021-01-09 12:33:08 -08:00 |
|
Unknown W. Brackets
|
d3c06266c5
|
jit: Fix conditional disable flags.
|
2021-01-09 11:50:32 -08:00 |
|