Henrik Rydgård
|
0939804a23
|
Don't trust the messy error checking in EmuScreen with figuring out what to do with zip files.
Ran into multiple odd bugs, the PSP init process really needs a rework..
|
2020-07-27 16:55:44 +02:00 |
|
Henrik Rydgård
|
8c38d7305e
|
Crash: Show disassembly of the instruction causing the crash, and the symbol name.
|
2020-07-15 12:38:05 +02:00 |
|
Henrik Rydgård
|
626d173d10
|
Split the fault handling from MemMap.cpp to MemFault.cpp.
|
2020-07-15 12:12:57 +02:00 |
|
Henrik Rydgård
|
a56f391713
|
Make fastmem memory exceptions report the exceptions to Core correctly.
|
2020-07-14 09:25:45 +02:00 |
|
Henrik Rydgård
|
236cb57224
|
More info on crash screen
|
2020-07-14 09:25:45 +02:00 |
|
Henrik Rydgard
|
cbc90955ba
|
Draw a minimal crash dump on the emu screen after a crash (if bIgnoreBadMemAccess is false).
Add setting for ignore bad memory accesses
|
2020-07-14 09:25:45 +02:00 |
|
Unknown W. Brackets
|
d2ef6c561c
|
UI: Allow non-ascii on crash dump screen.
It's not really dynamic so there's no reason to flag it. That said, the
draw buffer's text drawing doesn't support this flag anyway.
|
2020-07-12 22:03:16 -07:00 |
|
Unknown W. Brackets
|
940066db68
|
Core: Track exception on bad jumps.
|
2020-07-12 21:59:08 -07:00 |
|
Henrik Rydgård
|
1010a07f65
|
Expose more information on the crash screen (current kernel thread)
|
2020-07-12 16:47:53 +02:00 |
|
Henrik Rydgard
|
873c11d7f9
|
Draw a minimal crash dump on the emu screen after a caught crash.
|
2020-07-12 15:25:21 +02:00 |
|
Henrik Rydgård
|
a722dfe0fb
|
Formalize "core excpetions" as a concept
|
2020-07-12 15:25:21 +02:00 |
|
Henrik Rydgård
|
efc3f4f5e4
|
Split CORE_ERROR into CORE_BOOT_ERROR and CORE_RUNTIME_ERROR
|
2020-07-12 15:25:20 +02:00 |
|
Henrik Rydgård
|
34a2713c3f
|
Have DisplayLayoutScreen implemented insets manually. Gave up refactoring it.
|
2020-05-31 23:23:13 +02:00 |
|
Henrik Rydgård
|
fabe987c8f
|
Add a name tag for all render steps (GL/Vulkan). Helps with debugging and should be cheap enough (a single pointer per "step").
|
2020-05-21 11:24:05 +02:00 |
|
Henrik Rydgård
|
02fdf0083f
|
Merge pull request #12910 from hrydgard/sdl-sample-rate-sysinfo
SDL: Show the actually used sample rate in system info.
|
2020-05-16 20:59:28 +02:00 |
|
Henrik Rydgård
|
fce09f1865
|
Simplify how to get the debug stats from StereoResampler
|
2020-05-16 19:47:13 +02:00 |
|
Henrik Rydgård
|
5e7a837ff9
|
Display the savestate slot number when saving and loading state through shortcuts.
|
2020-05-16 15:20:22 +02:00 |
|
Henrik Rydgård
|
30eebe2f1d
|
Merge pull request #12823 from iota97/analog-rot-square
Auto rotate over a square
|
2020-04-14 10:36:12 +02:00 |
|
iota97
|
c70bf66634
|
Auto rotate over a square
|
2020-04-14 09:43:51 +02:00 |
|
Unknown W. Brackets
|
dbdb72eac0
|
UI: Respect insets with on-device debug stats.
|
2020-04-12 00:02:48 -07:00 |
|
Henrik Rydgård
|
3838a1c94f
|
Support drawing around notches on Android displays. Fixes #12261
|
2020-03-31 00:47:01 +02:00 |
|
vnctdj
|
2a2af3a81c
|
Fix translation things
|
2020-03-23 23:43:24 +01:00 |
|
iota97
|
e7bcf9a4c2
|
Use 2 different button for CW and CCW
|
2020-03-23 09:24:36 +01:00 |
|
iota97
|
45da319ce7
|
Auto rotating analog
|
2020-03-23 00:45:22 +01:00 |
|
Unknown W. Brackets
|
c430fee784
|
UI: Rebind the backbuffer when drawing UI.
In case it was unbound after copying to display, such as from screen
recording. See #12305.
|
2020-03-15 09:22:23 -07:00 |
|