Henrik Rydgård
|
87c56aed03
|
Split of the JitCompareScreen into its own files
|
2024-06-05 12:38:52 +02:00 |
|
Henrik Rydgård
|
5b566d5807
|
Crashfix, add Copy ability to ShaderViewScreen
|
2024-06-02 10:25:05 +02:00 |
|
Henrik Rydgård
|
4051f34758
|
Implement MeasureStringRect generically based on MeasureString
|
2024-05-31 21:11:48 +02:00 |
|
Henrik Rydgård
|
f2837e3b55
|
JIT compare screen with IR blocks - fix some crashing issues
|
2024-05-26 14:10:50 +02:00 |
|
Henrik Rydgård
|
a059750f5a
|
Add basic checkbox UI for GPI switched, add display of GPO LEDs
Try it with Parappa.
|
2024-05-12 18:01:25 +02:00 |
|
Henrik Rydgård
|
f569d47edd
|
Fix display of some parameters in a debug screen
|
2024-05-11 13:27:22 +02:00 |
|
Henrik Rydgård
|
8397fd6791
|
Also disable the GPU JIT tests on ARM64, not applicable
|
2024-04-29 11:13:35 +02:00 |
|
Henrik Rydgård
|
6575ba5487
|
Make screenshot notifications clickable (on platforms where it's possible)
|
2024-04-10 13:21:23 +02:00 |
|
Henrik Rydgård
|
c6c733a27a
|
Add way to pass data into OSD click callbacks (and a way to free it)
|
2024-04-10 13:18:30 +02:00 |
|
 Henrik RydgårdandGitHub
|
d8c6a516d7
|
Merge pull request #18967 from GermanAizek/fix-memleaks
[Common/File/UI] Fixed minor memleaks
|
2024-04-02 13:40:07 +02:00 |
|
 Henrik RydgårdandGitHub
|
27b6b6b4dc
|
Update DevScreens.cpp
|
2024-04-02 13:39:49 +02:00 |
|
Henrik Rydgård
|
aed6d36c92
|
Fix the EGL tab in System Info. Discovered indirectly by GermanAizek in #18967
|
2024-04-02 12:58:40 +02:00 |
|
 Signed-off-by: Henrik RydgårdandHerman Semenov
|
9c3c23daa6
|
Fixed memleaks and incorrect add tab in ui::view_group
Signed-off-by: Herman Semenov <GermanAizek@yandex.ru>
|
2024-04-02 13:48:16 +03:00 |
|
Henrik Rydgård
|
c5791764d8
|
Make the i18n T function use std::string_view
Buildfixes, crashfixes
One more
Android buildfix
Buildfix Qt
|
2024-02-12 18:44:39 +01:00 |
|
Henrik Rydgård
|
aab52859b8
|
Fix translation issue, some work on sv_SE.ini
see #18778
|
2024-01-29 11:21:12 +01:00 |
|
Henrik Rydgård
|
4dafe2733c
|
Fix "CPU Core" and "Instance" translation strings
|
2024-01-28 17:05:36 +01:00 |
|
Henrik Rydgård
|
a2e7712126
|
Crashfix in JIT disassembly UI. Add sanity check in WaitUntil
|
2024-01-27 13:28:09 +01:00 |
|
Henrik Rydgård
|
f590acec78
|
Left a duplicate string in, removing.
|
2024-01-25 16:11:54 +01:00 |
|
Herman Semenov
|
95f535dab0
|
[UI/Windows] Object out of scope optimization for better codegeneration (lower level scope)
|
2023-12-20 12:35:02 +03:00 |
|
Henrik Rydgård
|
812b1024f0
|
Move TouchTestScreen to DevScreens
|
2023-12-14 19:01:19 +01:00 |
|
Henrik Rydgård
|
ed4941f416
|
Remove Vulkan (and Windows.h) include from DevScreens.cpp
|
2023-12-14 19:01:18 +01:00 |
|
 Herman SemenovandHenrik Rydgård
|
315340fc62
|
Using const reference for C++17 range-based loop and freq used objects
|
2023-12-13 17:33:01 +01:00 |
|
Henrik Rydgård
|
376db1f931
|
Remove the unused "front" draw2d buffer. Saves 1.5MB of RAM.
|
2023-12-08 12:29:24 +01:00 |
|
Henrik Rydgård
|
3621529df9
|
Debug: Add quick "Framebuffer List" overlay.
|
2023-12-02 14:07:31 +01:00 |
|
Henrik Rydgård
|
6dbe49775c
|
Add a sysprop for IsDebuggerPresent.
|
2023-10-12 11:58:04 +02:00 |
|
Henrik Rydgård
|
9993df5e77
|
Remove some redundant strings in sys info (GL precision).
As montioned in #18045
|
2023-09-06 17:40:42 +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
|
3fa9240e76
|
Fix some untranslatable / missing strings
|
2023-08-31 23:28:29 +02:00 |
|
Henrik Rydgård
|
b501abf576
|
Add more display information to system info.
|
2023-08-30 17:38:22 +02:00 |
|
Henrik Rydgård
|
6ba08fbcb9
|
Allow using atlas icons other than the presets in OSD messages.
|
2023-08-25 16:32:39 +02:00 |
|
Henrik Rydgård
|
1025bbcf89
|
Log level/type: Use enum class instead of the awkward namespace trick.
Just a small cleanup I've wanted to do for a long time.
|
2023-08-25 11:48:59 +02:00 |
|
Henrik Rydgård
|
d2d8688e47
|
Add "Create frame dump" to the in-game developer menu (that can be enabled in dev settings)
Makes it possible to create one without connecting the websocket
debugger, even on non-Windows platforms.
|
2023-08-24 14:41:35 +02:00 |
|
 Henrik RydgårdandGitHub
|
b9b7342ffd
|
Merge pull request #17350 from basharast/master
UWP Improvements
|
2023-08-14 15:54:04 +02:00 |
|
Henrik Rydgård
|
ff6e118fff
|
Get rid of a lot of ifdefs around presentation mode. Instead, set things dynamically.
|
2023-08-14 11:02:29 +02:00 |
|
Bashar Astifan
|
07c119a80c
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp
|
2023-08-14 02:45:28 +04:00 |
|
Unknown W. Brackets
|
8f155dba32
|
Debugger: Fix random FPU/VFPU selection.
|
2023-08-12 09:50:46 -07:00 |
|
Henrik Rydgård
|
63cfe28f61
|
Implement color emoji support on Android
|
2023-08-06 15:14:29 +02:00 |
|
Henrik Rydgård
|
a477ca3f05
|
Add a couple of emoji to UI in debug mode
|
2023-08-06 15:10:49 +02:00 |
|
Henrik Rydgård
|
8e1dc35dd1
|
Vulkan: Show instance extensions, both enabled and available, in sysinfo
|
2023-08-03 18:56:47 +02:00 |
|
Henrik Rydgård
|
a32249a3cf
|
Move DebugOverlay rendering to the overlay screen, allowing drawing it on top of the menu
|
2023-08-03 16:19:18 +02:00 |
|
Henrik Rydgård
|
9b038d6574
|
Vulkan: Show enabled extensions separately in sysinfo
|
2023-08-03 11:11:35 +02:00 |
|
Henrik Rydgård
|
cda59e8510
|
Vulkan: Keep track of some timestamps in a frame
|
2023-08-02 16:25:17 +02:00 |
|
Henrik Rydgård
|
0636893d1e
|
Remove "Toggle" from a couple of the overlay names
|
2023-08-02 13:13:41 +02:00 |
|
Henrik Rydgård
|
fc6879674e
|
Refactor overlays into an enum
|
2023-08-02 13:03:04 +02:00 |
|
 Bashar AstifanandGitHub
|
401377818c
|
Merge branch 'master' into master
|
2023-08-01 05:29:56 +04:00 |
|
Henrik Rydgård
|
3563d625b9
|
Allow configuring the location on-screen of leaderboard trackers.
|
2023-08-01 00:28:54 +02:00 |
|
Henrik Rydgård
|
48d577014a
|
Refactor the on-screen display to be more customizable
|
2023-08-01 00:28:54 +02:00 |
|
Henrik Rydgård
|
3861e97a94
|
Experiment with the collapsible header thingy. Slightly increase the font size of headers.
|
2023-07-31 11:48:50 +02:00 |
|
Unknown W. Brackets
|
3468423bb4
|
Debugger: Handle missing crash/block ptrs better.
|
2023-07-23 18:01:00 -07:00 |
|
Henrik Rydgård
|
ecea3844b0
|
Improved progress bar popups for downloads
Now shows the filename, and also there's a delay mode where they'll only
be visible if the download takes more than a second, plus they can be
named.
|
2023-07-18 15:13:44 +02:00 |
|