Commit Graph
6058 Commits
Author SHA1 Message Date
NabandGitHub 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årdandGitHub 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
Henrik Rydgård e0303ce999 Fix minor UI issue when displaying system DPI.
See #20593
2025-07-20 11:29:20 +02:00
Henrik Rydgård 5aa8156fd0 Fix assorted interaction problem with the chat menu
Fixes #20633
2025-07-20 11:04:11 +02:00
Henrik Rydgård a7196af1f6 Separate out GamePreviewVolume from UIVolume
Fixes issue #20651
2025-07-20 09:56:29 +02:00
Henrik Rydgård 9137eedb7b Windows/Vulkan: Correctly handle minimizing and restoring the window
We can't create a swapchain in this case but we still want emulation to
keep running. So we ditch the last renderpass in VulkanQueueRunner but
run all the rest (if PauseWhenMinimized isn't set).

Now works without any validation errors or hangs.
2025-07-18 20:01:48 +02:00
Henrik Rydgård 6f3133d1e9 Fix bad check preventing boot error messages from being shown 2025-07-18 09:35:25 +02:00
Henrik Rydgård 5f8ee93006 Use a TTF font for fixed-width text in the debugger
Fixes #20635
2025-07-16 20:20:33 +02:00
Henrik Rydgård d0b25f186b Fix tracking for the savedata reminder for several invisible save types 2025-07-13 23:18:13 +02:00
Henrik Rydgård acea1dd8de Layout fix on game screen.
See #20524
2025-07-12 18:57:40 +02:00
Henrik Rydgård a00c857b4b WASAPI: Try to ask the device for a stereo format if it has too many channels.
Also, add support for 16-bit audio (should be rare)
2025-07-11 09:41:08 +02:00
Henrik Rydgård 263d0b3983 SDL: Fix bug where the mouse got stuck in relative mode when mapping mouse inputs 2025-07-10 20:29:24 +02:00
Henrik Rydgård f410b7e6ea Show a tiny indicator in the top left of the screen when the game is saving or loading. 2025-07-10 15:11:59 +02:00
Henrik RydgårdandGitHub 549f161c05 Merge pull request #20591 from NABN00B/bg-anims-test
Add Colored Floating Symbols background animation, move static vars into classes
2025-07-08 22:38:20 +02:00
Henrik Rydgård 58dd4677e3 Fix issue with toggling texture saving via shortcut.
Fixes #20581
2025-07-08 13:51:09 +02:00
Henrik Rydgård 7d78681b3a Don't ask for save confirmation after a game crash 2025-07-08 11:02:28 +02:00
NabandGitHub b88d2c0436 Colored Symbols bg anim, move static vars into classes 2025-07-01 23:53:37 +02:00
Nemoumbra c4dafe28b0 g_adhocServerConnected moved to NetAdhocCommon 2025-07-01 23:57:30 +03:00
Henrik Rydgård 0fc7d430b4 Reimplement wave parsing more simply, for AtracCtx2. 2025-06-26 11:06:18 +02:00
Henrik Rydgård 6df9e513c1 Logging, comments and debugger fixes, plus simple dumping of the first block of streaming Atrac3 2025-06-25 01:08:47 +02:00
Henrik RydgårdandGitHub b0df912935 Merge pull request #20550 from gooosedev/feature-ImMemView-KeyboardShortcuts
ImMemView: Refined the keyboard shortcuts.
2025-06-19 18:42:31 +02:00
gooosedev 854b9cce17 removed reset keybind in SDL/SDLMain.cpp
enabled search byte keybind in UI/ImDebugger/ImMemView.cpp
2025-06-19 18:24:54 +02:00
gooosedev 3be17ec51b ImMemView: Refined the keyboard shortcuts. 2025-06-19 10:40:40 +02:00
Henrik Rydgård 5d98e02d9b Add more info about the output audio stream to System Information.
Plus another channel number fix
2025-06-19 01:20:16 +02:00
Henrik Rydgård 0502d79c99 Remove the return value from NativeMix, correct mixing with other channel numbers than 2 2025-06-18 23:48:00 +02:00
Henrik Rydgård f595e83a44 Add computed buffer latency in ms to StereoResampler stats 2025-06-18 11:39:14 +02:00
Henrik Rydgård cc3fbb22e4 Change some stat arrays from double to float (to save mem bandwidth) 2025-06-18 11:00:27 +02:00
Henrik Rydgård 654b11cb39 Rework the UWP Xaudio backend a bit too. 2025-06-17 01:16:09 +02:00
Henrik Rydgård 6271af52e9 Add the new low-latency WASAPI backend. Implement audio device selection on Windows 2025-06-16 22:40:13 +02:00
Henrik Rydgård 61d6c95f0c More refactoring. Add the AudioBackend interface 2025-06-16 21:55:32 +02:00
Henrik Rydgård 990b74cc17 More audio refactoring 2025-06-16 18:48:53 +02:00
Henrik Rydgård a721a0b6dd Minor refactor 2025-06-16 18:29:38 +02:00
Henrik RydgårdandGitHub 96bf820c96 Merge pull request #20533 from hrydgard/remove-dsound
Windows: Remove DirectSound support
2025-06-16 15:58:43 +02:00
Henrik Rydgård db1b87aad1 Remove DirectSound support
Since we no longer support pre-Vista Windows, DirectSound support is no
longer needed. WASAPI is always going to be best.

Soon I'll upgrade our WASAPI backend with a new low-latency mode.
2025-06-16 14:50:48 +02:00
gooosedev 6ee1756d7c ImMemView:
Improved the copy paste feature, now we can copy and paste bytes in the
view.
2025-06-16 10:45:48 +02:00
Henrik Rydgård 4fa0c27c15 Correct UI string.
Fixes #20525
2025-06-15 12:12:46 +02:00
Henrik RydgårdandGitHub 9ca77c4227 Merge pull request #20515 from hrydgard/more-misc-fixes
Additional fixes for 1.19.2
2025-06-15 11:58:36 +02:00
Henrik RydgårdandGitHub cebb916344 Merge pull request #20523 from gooosedev/feature-ImMemView-EditableMemory
[ImMemView] Editable Memory
2025-06-15 10:31:14 +02:00