|
9f817911fd
|
HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string.
|
2023-07-29 20:06:09 +02:00 |
|
|
30c4ac34b0
|
Merge pull request #12073 from AdmiralCurtiss/wiimote-win32error
WiimoteReal/IOWin: Use correct error type in the default case.
|
2023-07-29 18:54:10 +02:00 |
|
|
7f29f0398c
|
MMU: Add a HostGetU16String() function for wide strings used by emulated software.
|
2023-07-29 15:11:00 +02:00 |
|
|
163c97e242
|
Merge pull request #12078 from iwubcode/imgui_netplay_fix
VideoCommon: update NetplayChatUI's chat message to avoid imgui error
|
2023-07-29 13:54:21 +02:00 |
|
|
dca7c67105
|
VideoCommon: update NetplayChatUI's chat message input to use a hidden label. This avoids an error thrown by imgui
|
2023-07-29 00:27:07 -05:00 |
|
|
a2a6473962
|
Merge pull request #12065 from iwubcode/imgui_update
Externals / VideoCommon: update imgui to 1.89.7 (and implot to 0.15)
|
2023-07-28 17:22:20 -04:00 |
|
|
ed8911b204
|
Merge pull request #12019 from Dentomologist/gekkodisassembler_remove_unused_member_and_parameter
GekkoDisassembler: Remove unused member and parameters
|
2023-07-28 20:02:19 +02:00 |
|
|
bed3874497
|
Merge pull request #12076 from JosJuice/android-when-or
Android: Fix SettingsActivity.onActivityResult
|
2023-07-28 19:13:16 +02:00 |
|
|
b5b8282ca9
|
Android: Fix SettingsActivity.onActivityResult
`or` is the bitwise or operator.
Fixes file pickers in the settings not saving your choice.
|
2023-07-28 18:45:07 +02:00 |
|
|
8bfcd2deb7
|
JitArm64/Jit64: Load the memory register without jumps and only when necessary.
|
2023-07-28 14:24:53 +03:00 |
|
|
fb9274c359
|
WiimoteReal/IOWin: Use correct error type in the default case.
|
2023-07-28 08:10:54 +02:00 |
|
|
cd923718c3
|
CommonFuncs: Add GetWin32ErrorString().
|
2023-07-28 08:10:01 +02:00 |
|
|
f3ad246fff
|
PPCAnalyst: Simplify gprBlockInputs calculation
No need for the gprDefined variable.
|
2023-07-27 23:10:59 +02:00 |
|
|
8c2d73e8c2
|
PPCAnalyst: Fix gprBlockInputs calculation
This analysis needs to scan backwards, not forwards.
|
2023-07-27 23:09:46 +02:00 |
|
|
3c6ea825c2
|
GekkoDisassembler: Remove unused parameter dmode from fdabc function
With the removal of m_flags, dmode is no longer used in fdabc.
|
2023-07-27 10:47:46 -07:00 |
|
|
33dc2a9e6a
|
GekkoDisassembler: Remove unused parameter dmode from ldst function
With the removal of m_flags, dmode is no longer used in ldst.
|
2023-07-27 10:47:46 -07:00 |
|
|
b3c5021fc4
|
GekkoDisassembler: Remove unused parameter dmode from rrn function
With the removal of m_flags, dmode is no longer used in rrn.
|
2023-07-27 10:47:46 -07:00 |
|
|
a177c8bcb1
|
GekkoDisassembler: Remove unused parameter dmode from dab function
With the removal of m_flags, dmode is no longer used in dab.
|
2023-07-27 10:47:45 -07:00 |
|
|
a732647e5a
|
GekkoDisassembler: Remove unused parameter dmode from nooper function
With the removal of m_flags, dmode is no longer used in nooper.
|
2023-07-27 10:47:45 -07:00 |
|
|
317bb629b9
|
GekkoDisassembler: Remove unread variable m_flags
Writes to m_flags are pointless as it's never read.
|
2023-07-27 10:47:41 -07:00 |
|
|
e3453ea23d
|
Update GameTDB files
|
2023-07-27 19:45:52 +02:00 |
|
|
c2b495586d
|
Externals: add misc/cpp/imgui_stdlib to imgui build in order to use std::string in InputText
|
2023-07-27 12:08:07 -05:00 |
|
|
350e51951b
|
VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config
|
2023-07-27 11:47:34 -05:00 |
|
|
17fa9dfc4e
|
Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test
UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats.
|
2023-07-27 18:44:34 +02:00 |
|
|
8f1b2280ae
|
Merge pull request #12068 from SuperSamus/manual-texture-game
Qt/GameConfigWidget: Add Manual Texture Sampling
|
2023-07-27 16:54:59 +02:00 |
|
|
ec5d2a4f41
|
[Core] Prevent SD data loss from silent resync failure
|
2023-07-26 13:58:01 -06:00 |
|
|
44d25602a0
|
Translation resources sync with Transifex
|
2023-07-26 15:32:36 +02:00 |
|
|
1e5e319783
|
Qt/GameConfigWidget: Add Manual Texture Sampling
|
2023-07-25 00:45:13 +02:00 |
|
|
41f81aca69
|
Qt/GameConfigWidget: Rename m_enable_fast_disc to m_emulate_disc_speed
|
2023-07-25 00:45:10 +02:00 |
|
|
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 |
|
|
0a2afa48b7
|
Merge pull request #12045 from tupfold/master
[Minor Bugfix] Extremely rare HostID collision bugfix
|
2023-07-24 03:55:45 +02:00 |
|
|
553824e5aa
|
Merge pull request #11853 from noahpistilli/update-curl
Externals: Update libcurl
|
2023-07-24 02:27:36 +02:00 |
|
|
2b80605e7e
|
Merge pull request #12067 from Pokechu22/debugging-ui-text-show-enable
Rename "Show Debugging UI" to "Enable Debugging UI"
|
2023-07-24 01:15:04 +02:00 |
|
|
c468ca2107
|
Merge pull request #12057 from iwubcode/config_core_timing_refresh_only
Core: save core timing parameters into variables updated during refresh
|
2023-07-24 01:14:18 +02:00 |
|
|
7e38ff496c
|
Rename "Show Debugging UI" to "Enable Debugging UI"
This will hopefully reduce confusion on e.g. https://bugs.dolphin-emu.org/issues/13306.
|
2023-07-23 15:17:04 -07:00 |
|
|
e54b7ac356
|
Core: save core timing parameters into variables updated during refresh
|
2023-07-23 14:03:21 -05:00 |
|
|
eb79bf37e2
|
Merge pull request #12052 from mitaclaw/profiling-is-something
Announce RSCRATCH clobbering in Jit64::Cleanup() when profiling is enabled
|
2023-07-23 20:12:43 +02:00 |
|
|
a76cc146e1
|
Merge pull request #12055 from iwubcode/skip_dump_async
VideoCommon: skip the texture dump if a custom texture is available, regardless if it is loaded or not
|
2023-07-23 19:53:25 +02:00 |
|
|
c1a4b3f350
|
Merge pull request #12051 from mandar1jn/J-documentation-improvements
Skylanders: Update J command documentation
|
2023-07-23 19:23:29 +02:00 |
|
|
dd3caa48b2
|
Merge pull request #12063 from SuperSamus/audio-name
cubeb: Change name to "Dolphin Emulator"
|
2023-07-23 19:15:24 +02:00 |
|
|
a486168448
|
JitArm64: Use LogicalImm in boolX
ARM64 has a special logical immediate encoding scheme, that can be used
with AND, ORR, and EOR. By taking advantage of this, we no longer need
to materialize the immediate value in a register, saving instructions
and/or reducing register pressure.
- orx
Before:
mov w23, #0x1
orr w23, w25, w23
After:
orr w23, w25, #0x1
- andx
Before:
mov w26, #-0x80000000
and w27, w27, w26
sxtw x24, w27
After:
and w27, w27, #0x80000000
sxtw x26, w27
- eqvx
Before:
mov w23, #0x4
eon w26, w23, w22
After:
eor w26, w22, #0xfffffffb
- xorx
Before:
mov w23, #0x1e
eor w23, w27, w23
After:
eor w23, w27, #0x1e
- norx
Before:
mov w25, #-0x2001
orr w23, w23, w25
mvn w23, w23
After:
orr w23, w23, #0xffffdfff
mvn w23, w23
|
2023-07-23 18:40:53 +02:00 |
|
|
8c2a1c191e
|
Remove force disable WC24 Standby
|
2023-07-22 22:24:09 -04:00 |
|
|
e3ef3cb752
|
Merge pull request #12062 from iwubcode/custom_textures_debug
VideoCommon: add startup message to know if custom textures are installed
|
2023-07-23 03:45:22 +02:00 |
|
|
b5be399fd4
|
cubeb: Change name to "Dolphin Emulator"
To avoid conflicts with KDE's file manager.
|
2023-07-22 23:12:34 +02:00 |
|
|
3d9bc85912
|
Merge pull request #12058 from noahpistilli/android-wiilink
Add Enable WiiLink checkbox to Android GUI
|
2023-07-22 08:14:18 +02:00 |
|
|
6f55e44365
|
Update libcurl to 8.1.2
|
2023-07-21 21:59:55 -04:00 |
|
|
fb2b3753b5
|
Merge pull request #12015 from nyanpasu64/gc-adapter-sleep-detach
Fix GC Adapter breaking and burning a full CPU core after sleep-wake on Linux
|
2023-07-22 03:38:45 +02:00 |
|
|
fd74244339
|
VideoCommon: add custom texture message to provide a dirty means of debugging whether custom textures are installed correctly
|
2023-07-21 20:13:27 -05:00 |
|
|
e892b7f1ac
|
VideoBackends: add support for cube maps for OGL, Vulkan, and D3D
|
2023-07-21 19:09:40 -05:00 |
|
|
2569d10b3d
|
Add Enable WiiLink checkbox to Android GUI
|
2023-07-21 17:46:37 -04:00 |
|