Commit graph

40439 commits

Author SHA1 Message Date
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
get
c9b26e3db2 Update mGBA submodule to 8739b22fbc90fdf0b4f6612ef9c0520f0ba44a51 2023-04-23 05:26:40 -05:00
get
0948f0ef69 Fix PPCCache savestate behavior
PR #11183 regressed the lookup table reconstruction and, for some reason, added an else clause that clobbered the dCache whenever dCache emulation is turned on.
2023-04-23 00:53:01 -05:00
Nayla
ba57e43ce2
Update windows-macOS-Linux.yml 2023-04-22 17:30:32 -04:00
Pokechu22
8fbfee03ab
Merge pull request #11764 from Minty-Meeo/ppc-cache-extendo-ram
Do not use magic numbers for RAM sizes/masks in PPCCache
2023-04-22 12:44:34 -07:00
Nayla
8996b4129e
Update windows-macOS-Linux.yml 2023-04-22 13:24:46 -04:00
Nayla
cfaba14790
Update windows-macOS-Linux.yml 2023-04-22 12:34:52 -04:00
Nayla
8626b5f58a
Update windows-macOS-Linux.yml 2023-04-22 11:23:15 -04:00
Nayla
007419ec6a
Update windows-macOS-Linux.yml 2023-04-22 11:21:55 -04:00
Nayla
5e1d5c2a4d
Update windows-macOS-Linux.yml 2023-04-22 11:12:09 -04:00
Nayla
cc4383f1f2
Create windows-macOS-Linux.yml 2023-04-22 11:08:56 -04:00
Nayla
af87d8a86a
Delete windows.yml 2023-04-22 11:08:36 -04:00
Nayla
01420ab741
Delete macos.yml 2023-04-22 11:08:29 -04:00
Nayla
7bd83f4cd9
Delete linux.yml 2023-04-22 11:08:19 -04:00
Nayla
daf9812378
Update Main.cpp 2023-04-21 23:26:04 -04:00
Nayla
e64cfaf19c
Update CMakeLists.txt 2023-04-21 23:15:12 -04:00
Nayla
f14e00f6bb
Rename Main.cppf to Main.cpp 2023-04-21 21:43:39 -04:00
Nayla
d3773ae25c
Update and rename Main.cpp to Main.cppf 2023-04-21 21:42:27 -04:00
Nayla
6b97fda04c
Update macos.yml 2023-04-21 21:18:44 -04:00
Nayla
696316f709
Update macos.yml 2023-04-21 21:17:01 -04:00
Nayla
61a7605673
Update Main.cpp 2023-04-21 19:31:20 -04:00
Nayla
545712c535
Update macos.yml 2023-04-21 19:18:07 -04:00
Nayla
ef7c92ebc1
Update macos.yml 2023-04-21 19:15:05 -04:00
Nayla
88c63a7654
Update windows.yml 2023-04-21 19:01:38 -04:00
Nayla
940fa0e984
Update macos.yml 2023-04-21 19:01:22 -04:00
Nayla
0b95e19ded
Update linux.yml 2023-04-21 19:01:11 -04:00
Nayla
fe441ed524
Update Main.cpp 2023-04-21 18:52:06 -04:00
Nayla
1637140ee5
Update windows.yml 2023-04-21 18:01:32 -04:00
Nayla
5123fa53fe
Update windows.yml 2023-04-21 18:00:00 -04:00
Nayla
d1f6b89e1c
Update macos.yml 2023-04-21 17:59:49 -04:00
Nayla
64be8a91a3
Update linux.yml 2023-04-21 17:59:38 -04:00
Nayla
10e2fa331d
Update Main.cpp 2023-04-21 17:59:06 -04:00
Dentomologist
5fa27704c8 Qt: Rename GraphicsBool to ConfigBool
GraphicsBool is used by the panes in the Graphics config window to
create checkboxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigBool better reflects its
purpose. This should also make it less confusing when ConfigBools are
eventually added to the other config windows.
2023-04-21 14:24:37 -07:00
Nayla
247f07075f
Update windows.yml 2023-04-21 17:05:57 -04:00
Nayla
e0d5de5a08
Update UpdateEmulator.bat 2023-04-21 17:00:51 -04:00
Nayla
ec88dfa66f
Update Main.cpp 2023-04-21 16:52:17 -04:00
Nayla
9a2c19f464
Update DolphinQt.vcxproj 2023-04-21 16:45:32 -04:00
Nayla
1b808748e8
Add files via upload 2023-04-21 16:44:42 -04:00
Nayla
68a685e631
Delete UpdateEmulator.bat 2023-04-21 16:37:54 -04:00