1421c2d9ff
Merge pull request #12900 from Sintendo/jitarm64-remove-temp-gpr
...
JitArm64: Remove unused temp_gprs
2024-06-30 15:57:08 +01:00
33081184bb
Handle Pausing in AchievementManager
...
There are two pieces of functionality to be added here. One, we want to disallow pausing too frequently, as it may be used as an artificial slowdown. This is handled within the client, which can tell us if a pause is allowed. Two, we want to call rc_client_idle on a periodic basis so the connection with the server can be maintained even while the emulator is paused.
2024-06-30 07:05:54 -04:00
9af7772d91
JitArm64_Paired: Remove unused temp_gpr from ps_arith
2024-06-30 09:54:09 +02:00
0e58b3cfb7
JitArm64_FloatingPoint: Remove unused temp_gpr from fp_arith
2024-06-30 09:53:48 +02:00
cff37a9f4f
Merge pull request #12896 from LillyJadeKatrin/retroachievements-visual-improvements
...
RetroAchievements - Dialog Visual Improvements
2024-06-30 01:30:34 -04:00
35f383d9b0
ScmRevGen: Set commits ahead to zero when on a tag
2024-06-29 22:59:40 -04:00
36ccbbc06e
VideoCommon: add ability to serialize a texture asset metadata to json
2024-06-29 14:50:40 -05:00
1c3402502b
VideoCommon: set individual texture asset filter/wrap values when loading from json
2024-06-29 14:50:40 -05:00
75a0a1ed67
VideoCommon: update texture asset to properly set near sampler state value
2024-06-29 14:50:40 -05:00
de7bf2b6a5
Move achievement dialog scrollbars to top when changing games
2024-06-29 07:02:17 -04:00
0615db9e2e
Made progress bars more legible in dark mode
2024-06-29 07:02:17 -04:00
56e1c23413
Fixed floating overlapping leaderboard bucket headers
2024-06-29 07:02:17 -04:00
bef2275f31
Core/PatchEngine: Remove remnants of Speedhack system
...
All usages of this have been removed many years ago in cbe9c3e040
2024-06-28 17:57:53 +02:00
f49659fbfc
Merge pull request #12897 from Dentomologist/achievementmanager_fix_ignored_qualifiers_warning
...
AchievementManager: Fix -Wignored-qualifiers warning
2024-06-28 01:23:04 -04:00
c46c010ae3
AchievementManager: Fix -Wignored-qualifiers warning
...
Fix warning on Android builder by returning bool instead of const bool.
2024-06-27 14:36:14 -07:00
cfcdaab514
IOS/USB: Use Enum for Infinity Base Positions
2024-06-27 20:57:27 +01:00
233ea58446
Merge pull request #12877 from LillyJadeKatrin/retroachievements-auto-update
...
Update Achievement List when Rich Presence Updates
2024-06-27 20:30:01 +02:00
2f30ff6970
Merge pull request #12892 from JMC47/geistini
...
Disable Dualcore in Geist
2024-06-27 19:17:42 +02:00
7ffcde3ab3
Fixed misaligned borders on unlocked achievement badges
2024-06-26 22:41:39 -04:00
16e868b46a
Removed large empty space at the bottom of achievement/leaderboard lists
2024-06-26 22:41:11 -04:00
f29fe15d77
FrameAdvance: Fix continuous frame advancing while the debug UI is open. Blocks signals from being spammed to update the UI.
2024-06-26 16:19:03 -07:00
134c079ad2
Merge pull request #12893 from JosJuice/revert-audit-get-state
...
Revert "Audit uses of IsRunning and GetState"
2024-06-26 18:40:56 -04:00
bc67fc97c3
Revert "Audit uses of IsRunning and GetState"
...
This reverts commit 72cf2bdb87
.
SYSCONF settings are getting cleared when they shouldn't be. Let's
revert the change until I get proper time to figure out why it's broken.
2024-06-26 20:36:46 +02:00
3dbaf38eae
Translation resources sync with Transifex
2024-06-26 20:22:36 +02:00
e58d6f4f1f
Disable Dualcore in Geist
...
Fixes random crashes and unknown opcode errors.
2024-06-26 01:53:47 -04:00
1a33e28452
Update Achievement Sort and Progress on RP
...
Whenever a request to update the Rich Presence comes in, typically every ten seconds, the Achievement Progress Widget will update the sort order of the achievements and all of their measured values.
2024-06-25 23:05:56 -04:00
10a95a4d5b
Merge pull request #12890 from OatmealDome/release-stuff
...
Miscellaneous release string updates
2024-06-25 01:25:08 -04:00
04b0ceedcd
Android: Update copyright year in About dialog to 2024
2024-06-24 15:08:12 -04:00
9c432e960b
AboutDialog: Update copyright year to 2024
2024-06-24 15:06:54 -04:00
f8f117e599
GeneralPane: Update "Beta" auto update track to "Releases"
2024-06-24 15:06:37 -04:00
01b44837f4
Android: Track whether app is in foreground
2024-06-23 18:16:33 -04:00
c536754ffe
Merge pull request #12878 from LillyJadeKatrin/retroachievements-hardcore-state-changed
...
Decouple Hardcore from EmulationStateChanged
2024-06-23 18:13:56 -04:00
e9e29daca4
Merge pull request #12872 from LillyJadeKatrin/retroachievements-start-session-bug
...
Add MemoryVerifier to AchievementManager Startup
2024-06-23 21:18:34 +02:00
81fc60f888
MainWindow: Remove Show() and redistribute its logic to other places.
...
bugfix: SetQWidgetWindowDecorations(this); not called before show() for Windows darkmode titlebars.
The actual call to (QWidget) show() needed to come sooner. Show() was originally left alone, but with other checks needing to move with (QWidget) show(), this function became less useful. Show() was originally created to fix the render widget appearing behind the main window, but that appears to work fine in this iteration.
2024-06-23 10:49:14 -07:00
2aec195ec8
Merge pull request #12876 from dreamsyntax/advanced-cpu-clock-override-step-adjustment
...
DolphinQt: Adjust CPU Clock Override slider
2024-06-23 15:28:29 +02:00
c337ab6473
Merge pull request #12884 from Tilka/qt_this
...
DolphinQt: fix some warnings
2024-06-23 15:08:13 +02:00
a75c65bde2
Merge pull request #12879 from LillyJadeKatrin/retroachievements-1200-shines
...
Trim extra characters from measured progress
2024-06-23 15:05:09 +02:00
28692681ad
Merge pull request #12883 from LillyJadeKatrin/retroachievements-cutoff-text
...
Fix cut off text in Achievements dialog
2024-06-23 14:59:54 +02:00
bf230a9909
Trim extra characters from measured progress
...
The measured_progress C string for achievements to display potentially contains junk data after the null terminator, which was rendering in the QString in the dialog. This trims those junk characters.
2024-06-22 23:36:06 -04:00
883195f171
Merge pull request #12886 from AdmiralCurtiss/dual-core-lockup
...
Core/VideoCommon: Revert change from #12828
2024-06-22 22:22:52 -04:00
ce2f4101f3
Core/VideoCommon: Revert change from #12828
...
This causes Dual Core to lock up during the boot sequence, because it tries to wait for a not-yet-running GPU thread.
Fixes https://bugs.dolphin-emu.org/issues/13559
2024-06-23 03:44:05 +02:00
8e7d11d1a1
DolphinQt: fix -Wunused-const-variable warning
2024-06-23 02:38:04 +01:00
5c46716d28
DolphinQt: fix two -Wshadow-uncaptured-local warnings
2024-06-23 02:38:00 +01:00
0f659508ea
DolphinQt: fix two -Wunused-lambda-capture warnings
...
Also clean up signals a bit.
2024-06-23 00:13:58 +01:00
9b33b777cf
Merge pull request #12828 from JosJuice/unify-state-variables-2
...
Clean up Core::GetState
2024-06-22 20:20:54 +02:00
3e0bd82f81
Merge pull request #12771 from deReeperJosh/moreinfinityslots
...
IOS/USB Add 2 more Spaces for Disney Infinity figures
2024-06-22 20:03:26 +02:00
d49304a629
Merge pull request #12875 from luiscondesdi/updatevkheaders
...
Vulkan: Update Vulkan headers, VulkanMemoryAllocator
2024-06-22 19:53:10 +02:00
aa393dfb6e
Add MemoryVerifier to AchievementManager Startup
...
rc_client calls the provided memory peeker asynchronously in the callback for starting a session, to validate/invalidate the memory used for achievements. Dolphin cannot access memory from any thread but host or CPU so this access has a small chance of being invalid. This commit adds a MemoryVerifier that the AchievementManager will use to perform this, before changing the peek method back to the original MemoryPeeker for normal operation.
2024-06-22 09:31:00 -04:00
b789cd498e
Merge pull request #12881 from dreamsyntax/gup-heuristic-adjustment
...
GameINI: Shadow The Hedgehog widescreen heuristic
2024-06-22 02:43:48 -04:00
3f64031cbb
Migrate Vulkan-Headers to submodule and update to v1.3.288
2024-06-22 08:03:20 +02:00