Commit graph

42927 commits

Author SHA1 Message Date
Shawn Hoffman
258cf0ff28 DolphinQt: assume QT_VERSION_CHECK >= 6.0.0 2023-04-25 10:39:05 -07:00
Shawn Hoffman
ce9413e549 cmake: drop qt5 2023-04-25 10:37:26 -07:00
Shawn Hoffman
97157eaf5c DolphinQt: use new style of addAction API 2023-04-25 10:37:26 -07:00
Mai
b9a7f577a5
Merge pull request #11765 from Minty-Meeo/ppc-cache-savestate
Fix PPCCache savestate behavior
2023-04-25 05:40:15 -04:00
Mai
6bdfcc606f
Merge pull request #11788 from shuffle2/qtdpiround
DolphinQt: use default dpi rounding mode (passthrough)
2023-04-25 04:05:41 -04:00
Brad Smith
c9bbb12c2e Fix build of iconv code on OpenBSD 2023-04-25 01:22:05 -04:00
Admiral H. Curtiss
15a0860f15
IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
Léo Lam
ba150a6824
Merge pull request #11790 from AdmiralCurtiss/network-widget-workaround
Qt/NetworkWidget: Don't update if not paused.
2023-04-25 01:07:42 +01:00
Léo Lam
77b334b47b
Merge pull request #11791 from lioncash/traverse
Common/Traversal: Move interface into Common namespace
2023-04-25 01:05:41 +01:00
Léo Lam
e5f7522711
Merge pull request #11792 from lioncash/trace
Common: Move CodeTrace.cpp/.h into Core
2023-04-25 01:04:36 +01:00
Léo Lam
1379a33102
Merge pull request #11780 from Dentomologist/rename_graphicsbool_to_configbool
Qt: Rename GraphicsBool to ConfigBool
2023-04-25 01:03:22 +01:00
Nayla
eb09f8bd3c
Delete windows-macOS-Linux.yml 2023-04-24 19:46:52 -04:00
Léo Lam
a08b5f7c35
Merge pull request #11786 from AdmiralCurtiss/ios-dolphin-device
IOS: Only construct DolphinDevice on EmulationKernel IOS instances.
2023-04-25 00:41:56 +01:00
Nayla Hanegan
59a3ef26ce
thing 2023-04-24 10:44:58 -04:00
Nayla Hanegan
b3f914ed4e
fix 2/2 2023-04-24 09:56:37 -04:00
Nayla Hanegan
f161453af9
fix 1/2 2023-04-24 09:41:01 -04:00
Nayla Hanegan
126b10e05a
update submodules 2023-04-24 09:40:47 -04:00
Lioncash
d991cbaf3c Common: Move CodeTrace.cpp/.h into Core
This interface relies on Core details and shouldn't be in Common to
begin with, since it's not a general utility.
2023-04-24 09:10:43 -04:00
Lioncash
30e7ab94fa Common/TraversalProto: Move interface into Common namespace
Gets the types out of the global namespace.
2023-04-24 08:53:14 -04:00
Lioncash
27f38c6c8f Common/TraversalClient: Move interface into Common namespace
Gets the interface out of the global namespace.
2023-04-24 08:28:25 -04:00
Nayla
2dc0e3ed2b
Update CMakeLists.txt 2023-04-24 07:42:02 -04:00
Nayla Hanegan
561e871ed7 minor netplay fixes 2023-04-24 00:41:03 -04:00
Nayla Hanegan
9a9cacfdb4 Revert "data"
This reverts commit dd6d82dcc7.
2023-04-23 22:24:18 -04:00
Nayla Hanegan
f6ee46a0d1 data2 2023-04-23 22:24:10 -04:00
Nayla Hanegan
dd6d82dcc7 data 2023-04-23 21:55:39 -04:00
Nayla
bcc77cf36f
Delete detectflatpak.patch 2023-04-23 21:52:44 -04:00
Nayla Hanegan
518adb6fed Revert "Update CMakeLists.txt"
This reverts commit 5a4747560a.
2023-04-23 21:52:13 -04:00
Nayla Hanegan
da2d4826f8 Revert "Update CMakeLists.txt"
This reverts commit e64cfaf19c.
2023-04-23 21:50:56 -04:00
Nayla
994b7d4e60
Update flatpak.yml 2023-04-23 21:49:41 -04:00
Nayla Hanegan
3fe7975e4a derp 2023-04-23 20:20:41 -04:00
Nayla
ac807842fd
Update flatpak.yml 2023-04-23 19:33:23 -04:00
Nayla
3cab533111
Update flatpak.yml 2023-04-23 18:51:11 -04:00
Pokechu22
2f4a3d6f60 PPCCache: Always invalidate on icbi, even if icache is disabled
This is more accurate, although it should not make a difference in practice.
2023-04-23 15:37:24 -07:00
Nayla
6b83067d8a
Merge pull request #14 from dolphin-emu/master
[pull] master from dolphin-emu:master
2023-04-23 17:36:40 -04:00
Nayla
60c6c590d4
Update flatpak.yml 2023-04-23 17:24:51 -04:00
Nayla Hanegan
b91a638405 fix some bugs 2023-04-23 16:57:13 -04:00
Admiral H. Curtiss
8a6118bec6
Qt/NetworkWidget: Don't update if not paused.
This is similar to https://github.com/dolphin-emu/dolphin/pull/11623 where the Core state change invoked by the CPUThreadGuard does indirectly cause another Update() call.
2023-04-23 21:48:23 +02:00
Shawn Hoffman
cfe3683668 DolphinQt: use default dpi rounding mode (passthrough) 2023-04-23 11:56:39 -07:00
Admiral H. Curtiss
4d49902b34
IOS: Only construct DolphinDevice on EmulationKernel IOS instances.
Doesn't make much sense to have this active without a game.
2023-04-23 20:09:32 +02:00
Admiral H. Curtiss
ffbbd72741
Merge pull request #11767 from AdmiralCurtiss/wii-sock-man
IOS/WiiSockMan: Move instance to IOS Kernel.
2023-04-23 20:07:34 +02:00
Nayla
90e7ad1e94
Add files via upload 2023-04-23 10:35:01 -04:00
Nayla
ec5a2d38b1
Add files via upload 2023-04-23 10:32:02 -04:00
Admiral H. Curtiss
5df7c8833a
Merge pull request #11784 from Minty-Meeo/mgba-screen-api
GBACore.cpp: Update to revised screen size/info API
2023-04-23 16:10:51 +02:00
Nayla
355bfb2237
Update Discord.cpp 2023-04-23 10:07:10 -04:00
Nayla Hanegan
255558db6d Revert "work on netcore"
This reverts commit fcfb000317.
2023-04-23 10:06:05 -04:00
Admiral H. Curtiss
653be9e45d
Merge pull request #11628 from Pokechu22/gles-32-only-multisample
OGL: Only specify precision for sampler2DMSArray when it is defined
2023-04-23 16:02:15 +02:00
Admiral H. Curtiss
319adaa831
Merge pull request #11284 from AdmiralCurtiss/netplay-save-sync-check-corrupted
Netplay: Check if save is readable before marking it for sync.
2023-04-23 16:01:00 +02:00
Admiral H. Curtiss
00e4fc4b70
Netplay: Check if save is readable before marking it for sync. 2023-04-23 15:52:38 +02:00
Nayla
a2f9709fcf
Update Updater.ini 2023-04-23 08:48:03 -04:00
Nayla
8807f0fe00
Update pull.yml 2023-04-23 08:37:59 -04:00