Henrik Rydgård
|
3895bab1dc
|
Fix more translation issues
|
2025-08-29 22:52:17 +02:00 |
|
Henrik Rydgård
|
51d5e62f02
|
Remove the auto-translation of PromptScreen parameters, nearly all callers do this manually
|
2025-08-29 22:24:07 +02:00 |
|
Henrik Rydgård
|
621cee686f
|
Fix another translation issue, more strings
|
2025-08-29 01:07:55 +02:00 |
|
Henrik Rydgård
|
d4c9e631a9
|
Fix more translation issues
|
2025-08-29 01:07:51 +02:00 |
|
Henrik Rydgård
|
b5595ea450
|
Add simple imgui log window (just reads the short log ring buffer)
|
2025-08-29 00:04:54 +02:00 |
|
Henrik Rydgård
|
e369da453b
|
Fix bug with watch window visibility pointing to the wrong bool
|
2025-08-28 23:23:19 +02:00 |
|
Henrik Rydgård
|
e4a14330e0
|
Correct comment, rename array
|
2025-08-28 10:24:30 +02:00 |
|
Henrik Rydgård
|
76fb535bec
|
Allow binding "Pause (no menu)" to touch controls. Also makes controls stay visible when paused.
|
2025-08-27 08:54:13 +02:00 |
|
Henrik Rydgård
|
e017775538
|
Allow configuring the server port from the developer tools screen
|
2025-08-26 10:13:21 +02:00 |
|
Henrik Rydgård
|
3680bb17d3
|
RemoteISOScreen: Don't check "allowed" every frame.
|
2025-08-26 10:12:05 +02:00 |
|
oltolm
|
3fd86d959b
|
fix compiler warnings
|
2025-08-24 21:30:43 +02:00 |
|
Henrik Rydgård
|
6061d2c3bb
|
Merge pull request #20740 from hrydgard/remote-debugger-fixes
Remote/web debugger fixes
|
2025-08-24 17:37:17 +02:00 |
|
Henrik Rydgård
|
e83303ea54
|
Fix crash on game info screen
|
2025-08-24 14:17:30 +02:00 |
|
Henrik Rydgård
|
7315e7a2a9
|
Add translations for the new setting (AI)
|
2025-08-24 11:17:48 +02:00 |
|
Henrik Rydgård
|
58198dae6c
|
Bump langtool cargo.lock, update comment
|
2025-08-24 11:17:19 +02:00 |
|
Henrik Rydgård
|
f6050a442c
|
Fix serving the remote debugger locally, add a setting for the auto-launcher
|
2025-08-24 11:17:19 +02:00 |
|
Henrik Rydgård
|
23314d1d1a
|
Add shortcut to access the remote debugger from the built-in devmenu
|
2025-08-24 11:17:18 +02:00 |
|
Henrik Rydgård
|
e00ef04792
|
Granular queue: Use the current FPS to get an estimate for how long the maximum queue size should be.
|
2025-08-22 21:21:20 +02:00 |
|
Henrik Rydgård
|
3b683a8e43
|
Add UI to pick resampler mode
|
2025-08-22 21:21:20 +02:00 |
|
Henrik Rydgård
|
07ad5ff372
|
Add more measurements to the granular mixer queue
|
2025-08-22 21:21:20 +02:00 |
|
Henrik Rydgård
|
5b0d8c06c6
|
Add debug UI for granule mixer
|
2025-08-22 21:21:19 +02:00 |
|
Henrik Rydgård
|
a1d0f405b1
|
Remove quantization error thingy. Other cleanup
|
2025-08-22 21:21:19 +02:00 |
|
Henrik Rydgård
|
0fa7349f5a
|
Integrate Dolphin's granule based audio resampler.
Removed parts of it that were not relevant.
Working, it seems. Not sure about the buffer size thing.
Not defaulting it for now
See #20146 and https://github.com/dolphin-emu/dolphin/pull/13352
..
|
2025-08-22 21:21:19 +02:00 |
|
Henrik Rydgård
|
0d520cd649
|
Fix a few strings with mismatching key/values
|
2025-08-22 14:07:27 +02:00 |
|
Henrik Rydgård
|
b4bd111379
|
Oops, left a test value behind in the frame rate check
|
2025-08-21 15:02:12 +02:00 |
|
Henrik Rydgård
|
7746c2754f
|
Launch the display settings window if the notification is clicked
|
2025-08-21 10:56:12 +02:00 |
|
Henrik Rydgård
|
474a5a1329
|
Warn the user if the desktop display refresh rate is set too low.
Thanks to Arethien on Discord for highlighting this problem.
|
2025-08-21 10:47:24 +02:00 |
|
Henrik Rydgård
|
14376a05f6
|
Add fallback for missing modes
|
2025-08-21 01:28:02 +02:00 |
|
Henrik Rydgård
|
450da579c1
|
Add AI translations for the frame presentation modest
|
2025-08-21 01:27:58 +02:00 |
|
Henrik Rydgård
|
2cf0ffea73
|
Allow choosing the frame presentation mode in detail in Vulkan mode
|
2025-08-21 01:01:16 +02:00 |
|
Henrik Rydgård
|
9a50fa4834
|
Merge pull request #20719 from hrydgard/more-misc
ImDebugger: Add a basic watch window
|
2025-08-17 10:24:14 +02:00 |
|
Henrik Rydgård
|
0534f42965
|
Typo fix. Add menu separator
|
2025-08-16 23:57:40 +02:00 |
|
Henrik Rydgård
|
87b155229f
|
More work on the watch window
|
2025-08-15 22:36:05 +02:00 |
|
Henrik Rydgård
|
d9b7e370f3
|
ImDebugger: Add initial implementation of a watch window
|
2025-08-15 21:58:32 +02:00 |
|
Henrik Rydgård
|
60608b2b39
|
Allow customizing the proAdhoc server list by editing the ini
|
2025-08-15 16:35:25 +02:00 |
|
Henrik Rydgård
|
038f1a139e
|
Implement save state deletion in the save state popup screen
Fixes #16223
|
2025-08-15 15:49:03 +02:00 |
|
Nab
|
3259757a57
|
Improve icon alignments on main and game screens
|
2025-08-12 22:10:21 +02:00 |
|
Henrik Rydgård
|
05b82d6ce4
|
Allow passing in a custom resolver to HTTPRequest and Connection. This inverts the bad dependency.
|
2025-08-06 00:16:34 +02:00 |
|
Henrik Rydgård
|
e29ba8f471
|
Add a warning in games that are affected badly by savestate timewarps
|
2025-08-05 17:17:20 +02:00 |
|
Henrik Rydgård
|
6c30bded38
|
Fix the touch event filtering to not filter out touch events in the case of mouse control being enabled
Problem reported by Haze, thanks!
|
2025-08-05 08:36:20 +02:00 |
|
Henrik Rydgård
|
eb5c98cd07
|
Don't use PIC0 as background if PIC1 is missing (actually this time). Remove dark background.
|
2025-08-02 23:20:13 +02:00 |
|
Henrik Rydgård
|
d93178bd13
|
Stop using PIC0 as a PIC1 replacement. Fix assorted PIC0 issues.
|
2025-08-02 23:20:13 +02:00 |
|
Henrik Rydgård
|
7bdf7f1621
|
Squeeze in PIC0 on the game info screen in a hacky way
|
2025-08-02 23:20:13 +02:00 |
|
Henrik Rydgård
|
3c6acf37dd
|
Split loading of PIC0/PIC1 (don't need PIC0 most of the time)
|
2025-08-02 23:20:13 +02:00 |
|
oltolm
|
4372721d0c
|
fix 2 compiler warnings
|
2025-07-25 21:57:32 +02:00 |
|
Henrik Rydgård
|
c61595596e
|
Rename mp3Map to g_mp3Map
|
2025-07-20 19:32:05 +02:00 |
|
Henrik Rydgård
|
9e3d57167f
|
Show sceAac contexts in ImDebugger
|
2025-07-20 19:30:35 +02:00 |
|
Henrik Rydgård
|
610013e684
|
Merge pull request #20653 from hrydgard/mouse-control-fixes
Fix assorted interaction problems with the chat menu
|
2025-07-20 15:35:44 +02:00 |
|
Henrik Rydgård
|
8889eb8590
|
GamePreviewVolume: Fix issues pointed out in #20652 by Nab
See #20652
|
2025-07-20 13:22:04 +02:00 |
|
Henrik Rydgård
|
06a75fa8cb
|
Recreate the system info screen when the window is resized
|
2025-07-20 13:03:48 +02:00 |
|