Martino Fontana
037de1ce92
Debugger: fix Run to Here
...
Now it actually does what it says on the name, instead of creating a breapoint and doing nothing else (not even updating the widget).
Also, it now can't be selected if emulation isn't running.
Closes https://bugs.dolphin-emu.org/issues/13532
2024-07-02 18:29:42 +02:00
Martino Fontana
8235c38df7
Debugger: Small other cleanup
...
Change misleading names.
Fix function usage: Intepreter and Step Out will not check breakpoints in their own wrong way anymore (e.g. breaking on log-only breakpoints).
2024-07-02 18:29:42 +02:00
Martino Fontana
9aeeea3762
Debugger: Small Breakpoint cleanup
...
Reuse more code, change misleading names, remove useless documentation, add useful documentation
2024-07-02 18:29:42 +02:00
Martino Fontana
9285f13186
Add Bloom Definitions for Skylanders Trap Team
2024-03-24 23:20:25 +01:00
Martino Fontana
a98bceba9f
Add Bloom Definitions for Skylanders Giants
2024-03-23 23:56:02 +01:00
Martino Fontana
12fe5550d2
Externals/hidapi: Convert to submodule
...
This also updates to 0.14.0 (https://github.com/libusb/hidapi/commit/d3013f0af3f4029d82872c1a9487ea461a56dee4 )
2024-01-30 01:35:39 +01:00
Martino Fontana
7baedc3ec4
CMake: Enable SDL on Linux by default
2024-01-13 16:10:28 +01:00
Martino Fontana
51e05f468a
SDL: Add GameController API, cleanup
2024-01-13 16:10:25 +01:00
Martino Fontana
0ab2bc2287
ControllerInterface: Make FullAnalogSurface inherit IsDetectable()
2024-01-10 12:20:07 +01:00
Martino Fontana
58f5bf5496
VKGfx: Don't panic for VK_SUBOPTIMAL_KHR
2024-01-05 11:20:35 +01:00
Martino Fontana
5792eefdaf
expr: increase size of varname
2023-11-18 23:53:19 +01:00
Martino Fontana
c43c9101c0
CMake: use version flags if Git isn't found
2023-08-14 11:27:39 +02:00
Martino Fontana
1e5e319783
Qt/GameConfigWidget: Add Manual Texture Sampling
2023-07-25 00:45:13 +02:00
Martino Fontana
41f81aca69
Qt/GameConfigWidget: Rename m_enable_fast_disc to m_emulate_disc_speed
2023-07-25 00:45:10 +02:00
Martino Fontana
0892998af1
Qt/GameConfigWidget: Add reverse argument for {Save,Load}CheckBox
...
In order to not hard code `if (key == "FastDiscSpeed")`
2023-07-24 20:48:32 +02:00
Martino Fontana
b5be399fd4
cubeb: Change name to "Dolphin Emulator"
...
To avoid conflicts with KDE's file manager.
2023-07-22 23:12:34 +02:00