Nayla Hanegan
a50aaccaad
more fixes
2025-01-03 16:56:40 -05:00
Nayla Hanegan
813d535002
change registry flag
2025-01-03 16:54:19 -05:00
Nayla Hanegan
558c49042d
rename
2025-01-03 16:41:17 -05:00
Nayla Hanegan
1242123537
Remove MPN Extended rename super extended to MPN Extended
2025-01-03 16:38:57 -05:00
Nayla Hanegan
a662081a1d
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
2024-12-24 20:48:44 -05:00
Nayla Hanegan
86f7aa4e6a
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master2
2024-12-16 00:48:24 -05:00
LillyJadeKatrin
8447ce99f4
Scale back hardcore code block
...
Now that patches and codes are enabled on a case by case basis, remove patcher code blocking codes entirely in hardcore mode, and reword the warning to be more accurate.
2024-11-27 21:21:26 -05:00
Nayla Hanegan
e5ad25c0dc
add codehandler nag
2024-11-09 21:50:01 -05:00
Nayla Hanegan
d06855b6d1
Revert "Hide super extended"
...
This reverts commit d9503b915f
.
2024-09-03 19:06:41 -04:00
Nayla Hanegan
d9503b915f
Hide super extended
2024-08-24 16:53:27 -04:00
Nayla Hanegan
2670ec26f6
auto dark mode restored, fix merging
2024-08-23 14:48:50 -04:00
Nayla Hanegan
7e6752e8fc
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master
2024-08-23 13:38:17 -04:00
Nayla Hanegan
11413bf234
code handler super extended
2024-08-22 22:50:57 -04:00
JosJuice
0b33d293ee
DolphinQt: Simplify the Speed Limit description
...
The description of the Speed Limit setting currently uses a lot of
complicated terms, like "emulated time" (known to many Dolphin
developers, but in my experience not known by even advanced emulator
users) and "maximum time scale" (I have never heard it before). The
meaning of "sustainable" is also unclear in context.
This commit rewords the description to be easier to understand.
2024-08-18 15:35:19 +02:00
Tilka
e736d611fc
Merge pull request #12963 from JosJuice/i18n-2024-07-28
...
i18n: Add comments and improve source strings
2024-08-07 03:28:01 +01:00
Dentomologist
316f7bfcbf
GeneralPane: Fix building with analytics disabled
...
Add #if statements to only create and set analytics descriptions if
analytics are enabled in the build settings.
2024-08-06 14:30:33 -07:00
Dentomologist
6a735f3758
GeneralPane: Add BalloonTip to generate new identity checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
5512b68020
GeneralPane: Add BalloonTip to enable analytics checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
bfbc4c8cc7
GeneralPane: Add BalloonTip to fallback region combobox
2024-07-29 14:00:46 -07:00
Dentomologist
fa4803f38a
GeneralPane: Add BalloonTip to auto update combobox
2024-07-29 14:00:46 -07:00
Dentomologist
427b85f2a1
GeneralPane: Add BalloonTip to speed limit combobox
2024-07-29 14:00:46 -07:00
Dentomologist
809b8a683f
GeneralPane: Add BalloonTip to discord presence checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
ce0ab58dc9
GeneralPane: Add BalloonTip to auto disc change checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
755866b771
GeneralPane: Add BalloonTip to override region settings checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
d9336a5de0
GeneralPane: Add BalloonTip to cheats checkbox
2024-07-29 14:00:46 -07:00
Dentomologist
b2107023ba
GeneralPane: Add BalloonTip to dualcore checkbox
2024-07-29 14:00:46 -07:00
JosJuice
9d2f5245f4
i18n: Add comments and improve source strings
...
Most of these changes are to improve consistency in capitalization.
2024-07-28 14:38:20 +02:00
MayImilae
9a730bacce
Change Dual Core (speedup) to Dual Core (speedhack)
2024-07-28 03:56:58 -07:00
OatmealDome
f8f117e599
GeneralPane: Update "Beta" auto update track to "Releases"
2024-06-24 15:06:37 -04:00
Nayla Hanegan
c924447345
fixes
2024-06-11 23:33:05 -04:00
Nayla Hanegan
1550565855
code handler update add switch dialog
2024-06-10 22:35:41 -04:00
JosJuice
22aa88109f
Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined
...
This lets us reduce the number of USE_RETRO_ACHIEVEMENTS ifdefs in the
code base, reducing visual clutter. In particular, needing an ifdef for
each call to IsHardcodeModeActive was annoying to me. This also reduces
the risk that someone writes code that accidentally fails to compile
with USE_RETRO_ACHIEVEMENTS disabled.
We could cut down on ifdefs even further by making HardcodeWarningWidget
always exist, but that would result in non-trivial code ending up in the
binary even with USE_RETRO_ACHIEVEMENTS disabled, so I'm leaving it out
of this PR. It's not a lot of code though, so I might end up revisiting
it at some point.
2024-06-06 08:26:20 +02:00
Nayla Hanegan
d07549505a
Revert "meh"
...
This reverts commit 9d9204430e
.
2024-05-23 17:35:22 -04:00
Nayla Hanegan
9d9204430e
meh
2024-05-22 20:08:43 -04:00
Admiral H. Curtiss
626369fc00
DolphinQt/Settings/GeneralPane: Don't emit a ConfigChanged signal while saving config
...
Doing this causes the settings to be reloaded before they're done saving, effectively discarding the user's changes.
2024-05-18 15:45:10 +02:00
Nayla Hanegan
98c174edc4
meh
2024-05-12 02:17:59 -04:00
LillyJadeKatrin
2328539a76
Add Discord Presence setting to Achievement Settings dialog
...
Setting is only enabled when Rich Presence is enabled. Toggling either Rich Presence or Discord Presence will immediately update the Discord status.
2024-05-08 07:08:31 -04:00
LillyJadeKatrin
ad969dfc0d
Disabled Hardcore Mode when Achievements disabled
...
Bugfix for hardcore-disabled items being disabled when hardcore was true but achievement integration was false, which should mean hardcore is effectively disabled. Now everything checks the IsHardcoreModeActive method in AchievementManager which processes the setting AND the game state to determine if hardcore mode is actually active.
2024-05-02 04:44:52 -04:00
mitaclaw
eb92d6f0a8
Core::GetState: Avoid Global System Accessor
2024-04-08 16:23:23 -07:00
Nayla Hanegan
c18016e795
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master
2023-12-25 20:08:08 -05:00
LillyJadeKatrin
3aebbbb3e7
Disable cheats in hardcore mode
...
RetroAchievements does not allow cheats such as Action Replay or Gecko in hardcore mode, for fairness.
2023-12-02 16:41:17 -05:00
Dentomologist
43e69d3e6a
DolphinQt: Remove unnecessary qOverloads
...
qOverload is used to disambiguate pointers to overloaded functions, but
most of the usages in the code base were with non-overloaded functions.
2023-11-04 14:14:14 -07:00
Admiral H. Curtiss
0a73df6b7b
DolphinQt: Set window decorations for all top-level QWidgets.
2023-08-16 21:13:35 -04:00
Admiral H. Curtiss
e2fb8fab2f
DolphinQt: Set window decorations for all top-level QWidgets.
2023-08-12 16:54:54 +02:00
Nayla
4b50513726
squash ( #8 )
...
* Update macos.yml
* Update linux.yml
* Update windows.yml
* Create pull.yml
* Update linux.yml
* Update MPN Code for Memory changes
* fix config crash
* Source
* Update pull.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml (#7 )
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
2023-04-11 19:19:57 -04:00
Nayla
f3669dbbd4
Merge branch 'dolphin-mpn' into master
2023-04-05 04:10:05 -04:00
Pierre Bourdon
3342947446
DolphinQt/Settings: remove 'stable' track from auto-updater options
...
We've decided this track will never be used in the future. Releases will
continue using the "beta" branch internally, though we'll have the
user-visible strings use a different name instead.
(Note: Dolphin provided builds have always defaulted to 'beta' as the
auto-update track, so anyone who set 'stable' did so manually.)
2023-01-17 08:34:55 +01:00
Admiral H. Curtiss
b379df360a
Merge pull request #10497 from martinD2014/master
...
Change the highlighted button on each window
2022-03-27 16:05:23 +02:00
Admiral H. Curtiss
c661a75961
DolphinQt: Set emulation speed setting only when the combobox is actually touched.
2022-03-22 19:19:47 +01:00
Martin
a4d031cfda
Add NonDefaultQPushButton to set autoDefault of buttons to false
2022-03-08 08:51:29 +01:00