Commit graph

39749 commits

Author SHA1 Message Date
Nayla
fe6286a64e
Update flatpak.yml 2023-04-21 10:22:05 -04:00
Nayla
12767b8e1f
Update flatpak.yml 2023-04-21 10:08:36 -04:00
Nayla
4270a9d59d
Update Discord.cpp 2023-04-21 10:02:24 -04:00
Nayla
50525e5ec8
Update flatpak.yml 2023-04-20 20:57:32 -04:00
Nayla
2a21d41740
Update flatpak.yml 2023-04-20 20:53:09 -04:00
Nayla
65631fbe91
Update Discord.cpp 2023-04-20 20:48:35 -04:00
Nayla
c2070de84f
Update flatpak.yml 2023-04-20 20:36:46 -04:00
Nayla Hanegan
1cf4a8086d
Merge branch 'dolphin-emu-master' 2023-04-20 20:33:59 -04:00
Nayla Hanegan
fd0055741f
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master 2023-04-20 20:33:52 -04:00
Nayla Hanegan
6b56a47109
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN-src 2023-04-20 20:32:32 -04:00
Nayla Hanegan
1a765ba2ef
Merge branch 'dolphin-emu-master' 2023-04-20 20:32:23 -04:00
Nayla Hanegan
cbfd634a4b
update Cheat files 2023-04-20 20:32:13 -04:00
Nayla Hanegan
92246a0fef
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN-src 2023-04-20 20:24:32 -04:00
Nayla Hanegan
fcfb000317
work on netcore 2023-04-20 20:23:46 -04:00
Nayla
9ab8c1e433
Update linux.yml 2023-04-20 20:23:18 -04:00
Nayla
6cddeb79a1
Update macos.yml 2023-04-20 20:23:10 -04:00
Nayla
be9abed7e9
Update windows.yml 2023-04-20 20:23:04 -04:00
Nayla
e895efb590
Update linux.yml 2023-04-20 19:28:19 -04:00
Nayla
f78e558049
Update macos.yml 2023-04-20 19:28:03 -04:00
Nayla
b43d832dad
Update linux.yml 2023-04-20 19:26:36 -04:00
Nayla
06c23ca0f1
Update windows.yml 2023-04-20 19:18:16 -04:00
Nayla
f31177a8bf
Update flatpak.yml 2023-04-20 19:11:12 -04:00
Nayla
5a4747560a
Update CMakeLists.txt 2023-04-20 18:48:39 -04:00
Nayla
c9bf56ccb5
Update flatpak.yml 2023-04-20 18:44:20 -04:00
Nayla
5ff216147d
Create flatpak.yml (#12)
* Create flatpak.yml

* Update flatpak.yml

* Update flatpak.yml

* Update flatpak.yml

* Update flatpak.yml
2023-04-20 18:43:21 -04:00
Nayla
a2124fd057
Add files via upload 2023-04-20 18:32:56 -04:00
Nayla
944a884bfe
Update CMakeLists.txt 2023-04-20 18:20:38 -04:00
Nayla
9a45d8ac23
Delete dolphin-emu.svg 2023-04-20 18:03:16 -04:00
Nayla
54d713eff7
Add files via upload 2023-04-20 17:43:50 -04:00
Nayla
a9025d51ef
Add files via upload 2023-04-20 17:23:08 -04:00
Nayla
353d2687d1
Update linux.yml 2023-04-20 16:31:51 -04:00
Nayla
f5d982a19a
Update macos.yml 2023-04-20 16:31:35 -04:00
Nayla
cecb2d1a07
Create flatpak.yml 2023-04-20 16:27:42 -04:00
Admiral H. Curtiss
be1f2a6852
Merge pull request #11773 from lioncash/delete
Common/TraversalClient: Use correct deleter with g_MainNetHost
2023-04-20 22:17:19 +02:00
Mai
c3cc1de54e
Merge pull request #11777 from Dentomologist/move_balloontip_files
Qt/Config: Move BalloonTip files from Graphics to ToolTipControls
2023-04-20 10:45:03 -04:00
Mai
e0d6b4642d
Merge pull request #11776 from Dentomologist/remove_graphicsboolex
Qt: Remove unused class GraphicsBoolEx
2023-04-20 10:44:03 -04:00
Dentomologist
4174f0063e Qt: Remove unused class GraphicsBoolEx
In older versions of Dolphin GraphicsBoolEx was used to create a pair of
radio buttons selecting one of Virtual XFB and Real XFB, but this was
removed with the introduction of Hybrid XFB in 65cd085f.

In the meantime GraphicsRadioInt was introduced to allow for Graphics
radio buttons with multiple options, so GraphicsBoolEx is now redundant.
2023-04-19 16:58:42 -07:00
Dentomologist
7a78ace608 Qt/Config: Move BalloonTip.h/cpp from Graphics to ToolTipControls
BalloonTip.h/cpp are only used from the ToolTipControls folder, so move
them there.
2023-04-19 16:46:46 -07:00
Lioncash
b4cc1ade02 Common/TraversalClient: Use correct deleter with g_MainNetHost
Previously this was using the default deleter (which just calls delete
on the pointer), which is incorrect, since the ENetHost instance is
allocated through ENet's C API, so we need to use its functions to
deallocate the host instead.
2023-04-19 12:38:16 -04:00
JosJuice
6d8cabac49
Merge pull request #11771 from lioncash/linear
Common/LinearDiskCache: Move interface into Common namespace
2023-04-19 17:45:43 +02:00
Lioncash
07ed932a09 Common/LinearDiskCache: Move interface into Common namespace
Gets the interface out of the global namespace.
2023-04-19 09:14:39 -04:00
Admiral H. Curtiss
2a0b90807d
Merge pull request #11770 from lioncash/err
Common/CommonFuncs: Move interface into Common namespace
2023-04-19 10:38:22 +02:00
Lioncash
f1ad43afaf Common/CommonFuncs: Move interface into Common namespace
Gets these functions out of the global namespace.
2023-04-18 19:23:04 -04:00
Admiral H. Curtiss
4d1864e5b2
Merge pull request #11734 from EndangeredNayla/master
GMPE01, GP5E01, GP6E01, GP7E01, RM8E01: Code Updates
2023-04-19 00:14:23 +02:00
Nayla
07c4c70f6f
Update windows.yml 2023-04-18 17:21:07 -04:00
Nayla
ad681ef292
Update macos.yml 2023-04-18 17:20:17 -04:00
Nayla
22abeb8f1d
Update linux.yml 2023-04-18 17:20:04 -04:00
Nayla
89e026a522
Update pch.h 2023-04-18 16:50:05 -04:00
Nayla
c1efb03f92
Update macos.yml 2023-04-18 16:47:36 -04:00
Nayla
56199125fc
Update linux.yml 2023-04-18 16:47:28 -04:00