Commit Graph

38371 Commits

Author SHA1 Message Date
Henrik Rydgård
4694a11b9f Merge pull request #18053 from unknownbrackets/x86-jit-debug
x86jit: Handle breakpoints
2023-09-03 21:45:48 +02:00
Unknown W. Brackets
60bcc5b083 x86jit: Handle breakpoints.
Otherwise, we don't actually break until later, which isn't great.
Could be more optimal, "rewinding" regcache state.
2023-09-03 12:28:11 -07:00
Unknown W. Brackets
259734bd47 irjit: Fix likely delay slot breakpoints. 2023-09-03 12:27:10 -07:00
Unknown W. Brackets
e1a1f56f4c irjit: Cleanup breakpoint ops. 2023-09-03 12:27:10 -07:00
Unknown W. Brackets
7607280837 arm64jit: Implement just the most basic ops.
This improves the slowness a good bit.
2023-09-03 12:20:16 -07:00
Unknown W. Brackets
1b756ff8c1 arm64jit: Add initial base for IR jit.
This works, but very slowly at this point.
2023-09-03 12:14:28 -07:00
Henrik Rydgård
14c658cc55 Merge pull request #18057 from hrydgard/upgrade-cpu-features
Bump the cpu_features submodule to latest
2023-09-03 17:45:41 +02:00
Henrik Rydgård
416f4239e1 Move the HAVE_SYSCTLBYNAME definition out of X86, remove the previous workaround 2023-09-03 15:19:02 +02:00
Henrik Rydgård
7941753105 Update ext/cmake/cpu_features/CMakeLists.txt with new changes 2023-09-03 15:16:18 +02:00
Henrik Rydgård
8a2982be96 Buildfix attempt 2023-09-03 14:40:11 +02:00
Henrik Rydgård
cb222f77e4 Bump the cpu_features submodule to latest 2023-09-03 14:02:53 +02:00
Henrik Rydgård
42741430bc Merge pull request #18056 from fp64/sdl-ctrl-w
Implement Ctrl-W and Ctrl-B on SDL
2023-09-03 12:01:29 +02:00
Henrik Rydgård
8a5e4d3591 Merge pull request #18054 from unknownbrackets/memblockinfo
HLE: Capture better allocation names
2023-09-03 10:38:03 +02:00
Henrik Rydgård
33edf3b08a Merge pull request #18055 from unknownbrackets/x86-jit-downcount
x86jit: Avoid R15 for jitbase if near ctxreg
2023-09-03 10:37:21 +02:00
Henrik Rydgård
6dd9acf0e2 Merge pull request #18051 from Domiiniik/patch-3
Update pl_PL.ini
2023-09-03 10:35:42 +02:00
Unknown W. Brackets
c7304eccdb x86jit: Avoid R15 for jitbase if near ctxreg. 2023-09-02 23:05:56 -07:00
Unknown W. Brackets
32feb82d16 HLE: Capture better allocation names.
We know which FPL, so don't just say "FPL".
2023-09-02 22:55:45 -07:00
fp64
77baa4e89b Implement Ctrl-W and Ctrl-B on SDL
Closes #18052.
2023-09-02 18:47:37 -04:00
Dominik
cef8491079 Update pl_PL.ini
More Polish translations and minor fixes once again.
2023-09-02 20:05:58 +02:00
Henrik Rydgård
980b2158ba Hide the "System Information / Internals" tab in release builds 2023-09-02 15:42:47 +02:00
Henrik Rydgård
a0b89b179a Merge pull request #18050 from Felipefpl/master
Updated brazilian portuguese translation
2023-09-02 15:32:51 +02:00
Felipe
043ee699d3 Updated brazilian portuguese translation
Updated the strings for the release of the version 1.16.
2023-09-02 10:24:03 -03:00
Henrik Rydgård
f6c1493373 Merge pull request #18048 from unknownbrackets/irjit-vec4
IR: Add a pass to keep things in vec4 more
2023-09-02 15:11:06 +02:00
Henrik Rydgård
20dedec07e Merge pull request #18046 from unknownbrackets/x86-jit-reduce
x86jit: Reduce bloat further
2023-09-02 13:37:20 +02:00
Henrik Rydgård
cec67bb30d Merge pull request #18047 from unknownbrackets/x86-jit-round
x86jit: Implement float to integer
2023-09-02 11:43:08 +02:00