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 Semenov
|
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ård
|
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 |
|