Nayla Hanegan
98c174edc4
meh
2024-05-12 02:17:59 -04:00
Nayla Hanegan
f93fdea3a7
add missing func
2024-05-12 00:26:51 -04:00
Nayla Hanegan
83c63db3be
revert changes
2024-05-12 00:07:10 -04:00
Nayla Hanegan
8f681162d5
desync hud
2024-05-11 23:59:29 -04:00
Nayla Hanegan
2291ad1ddf
send ar codes
2024-05-11 23:57:57 -04:00
Nayla Hanegan
10a1e6c468
send gecko
2024-05-11 23:56:36 -04:00
Nayla
44e5dcd7f8
Update AchievementManager.h
2024-05-11 23:50:03 -04:00
Nayla Hanegan
a9ac3fd27b
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
2024-05-11 23:33:20 -04:00
Nayla Hanegan
9915c3102e
another compile atempt
2024-05-11 23:32:27 -04:00
Nayla Hanegan
645106a635
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
2024-05-11 23:21:34 -04:00
Nayla Hanegan
7102689cf6
why
2024-05-11 23:21:30 -04:00
Nayla Hanegan
b6e2e2bd3d
derp
2024-05-11 23:17:07 -04:00
Nayla Hanegan
27ae40c1ee
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
2024-05-11 23:00:27 -04:00
Nayla
b6eaea3a3b
Update Discord.cpp
2024-05-11 22:58:37 -04:00
Nayla
485ae5ae1a
Update macos.yml
2024-05-11 22:57:10 -04:00
Nayla
a6ac5b3c86
Update Discord.cpp
2024-05-11 22:43:59 -04:00
Nayla Hanegan
9cfd34e6c3
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN
2024-05-11 22:28:38 -04:00
Nayla Hanegan
c0fd151f33
meh
2024-05-11 22:28:34 -04:00
Nayla
34d1cc030b
Update CMakeLists.txt
2024-05-11 22:27:19 -04:00
Nayla
8dd72d2658
Update CMakeLists.txt
2024-05-11 22:27:04 -04:00
Nayla
a6f09b28c8
Update CMakeLists.txt
2024-05-11 22:26:43 -04:00
Nayla Hanegan
75d3bda66e
Merge branch 'dolphin-emu-master'
2024-05-11 22:22:05 -04:00
Nayla Hanegan
0a2d2c624b
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master
2024-05-11 22:21:49 -04:00
Nayla Hanegan
43c66ad773
whoopsie
2024-05-11 22:13:05 -04:00
Nayla Hanegan
9e167bf163
host
2024-05-11 21:48:34 -04:00
Nayla
8acbe8bc84
Add files via upload
2024-05-11 17:29:56 -04:00
OatmealDome
7ba539d796
Merge pull request #12766 from mitaclaw/arm64-xreg-assert
...
Arm64FloatEmitter: 64-Bit Assert In ABI_PushRegisters
2024-05-10 00:08:55 -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
OatmealDome
50386c4e39
Merge pull request #12740 from mitaclaw/breakpoint-before-fpu-exception
...
Jit64/JitArm64: Check Breakpoints Before FPU Availability
2024-05-08 01:26:08 -04:00
LillyJadeKatrin
57c8ea12ed
Send Rich Presence to Discord
...
If Rich Presence and Discord Presence are enabled in Achievement Settings, the string generated by rcheevos as the player's current Rich Presence will be sent to the Status field in the Discord Presence object. This will be updated whenever Rich Presence updates.
2024-05-08 00:33:33 -04:00
LillyJadeKatrin
5768d82662
Add Discord Presence flag to Achievement Settings
...
When enabled, this will send Rich Presence to Discord to be displayed in players' statuses.
2024-05-08 00:28:55 -04:00
mitaclaw
28f8ab9e8a
Arm64FloatEmitter: 64-Bit Assert In ABI_PushRegisters
2024-05-07 13:51:50 -07:00
Bram Speeckaert
b63808a652
JitArm64: rlwimix - Conditionally skip temp reg allocation
2024-05-07 21:12:34 +02:00
Bram Speeckaert
f7c97ae654
JitArm64: srawx - Conditionally skip temp reg allocation
2024-05-07 21:12:24 +02:00
Bram Speeckaert
0189692ea3
JitArm64: divwx - Conditionally skip temp reg allocation
2024-05-07 21:11:49 +02:00
Bram Speeckaert
defe97d9f1
JitArm64: addex - Skip temp reg allocation
2024-05-07 21:11:49 +02:00
Bram Speeckaert
5d647251f7
JitArm64: subfic - Conditionally skip temp reg allocation
2024-05-07 21:11:49 +02:00
Guilherme Janczak
cd25e91ca2
use pkg_search_module to find minizip-ng or minizip
...
OpenBSD calls minizip-ng's .pc file minizip.pc
Others call minizip-ng's .pc file minizip-ng.pc
2024-05-07 04:25:04 +00:00
Guilherme Janczak
d619307a6d
use pkg-config to find libfmt
...
This allows using the system libfmt on OpenBSD and NetBSD.
Unfortunately, the system libfmt is too old on OpenBSD at the moment,
and Dolphin doesn't currently compile on NetBSD for other reasons.
2024-05-06 19:33:37 +00:00
Guilherme Janczak
c1e6316bdc
use pkg-config to find libusb
...
This makes more (but not all) of the compilation process succeed on
NetBSD.
2024-05-06 17:44:32 +00:00
JosJuice
2c91367429
Merge pull request #12737 from nlebeck/settingshandler-split
...
Eliminate SettingsHandler's `SetBytes` and `Reset` methods
2024-05-05 22:35:23 +02:00
Admiral H. Curtiss
485bdba98e
Merge pull request #12760 from AdmiralCurtiss/win-cmake-fix
...
Fix building with CMake on Windows
2024-05-05 19:40:25 +02:00
Tilka
98529a9d2e
Merge pull request #12694 from Tilka/zelda4
...
DSPHLE/Zelda: set COMBINED_CMD_0D flag appropriately
2024-05-05 14:43:06 +01:00
Admiral H. Curtiss
1a2e315880
Merge pull request #12761 from mitaclaw/core-global-system-5
...
Core::SetState: Avoid Global System Accessor
2024-05-04 18:19:50 +02:00
Admiral H. Curtiss
98f0f844fb
Merge pull request #12763 from LillyJadeKatrin/retroachievements-welcome
...
Retooled Achievements Welcome Message
2024-05-04 18:14:43 +02:00
Admiral H. Curtiss
3029d8a47f
Merge pull request #12729 from JosJuice/no-discard-at-breakpoint
...
PPCAnalyst: Prevent discarding registers around breakpoints
2024-05-04 18:07:02 +02:00
Admiral H. Curtiss
1b19a75600
Merge pull request #12560 from sepalani/bba-poll
...
BBA/HLE: Increase polling efficiency
2024-05-04 17:43:24 +02:00
Admiral H. Curtiss
c26373bd95
Merge pull request #12738 from mitaclaw/expression-sprs
...
Expression: Support All SPRs + MSR
2024-05-04 17:35:12 +02:00
LillyJadeKatrin
91764fd28f
Retooled Achievements Welcome Message
...
The "welcome message" that shows up to players when a game starts up and Achievements are active will now either tell the player upon load that there's no support for achievements, or will wait until the first attempt to load the game's badge either succeeds or fails and then display a full message with title and progress and status. This is in part facilitated by a boolean field for when to display a welcome message, set to true upon loading and to false upon a message being displayed.
2024-05-04 11:29:41 -04:00
Admiral H. Curtiss
0daf4d1281
Merge pull request #12762 from mitaclaw/dead-config-code
...
PowerPC: Remove Dead Config Code
2024-05-04 16:23:36 +02:00