Commit graph

43260 commits

Author SHA1 Message Date
Nayla Hanegan
b3630a69b3 Update to Qt 6.8.0 2024-11-04 10:57:32 -05:00
Nayla Hanegan
c1c5d8a316 a minor bug fix 2024-10-24 07:59:21 -04:00
Nayla Hanegan
081bcdeba1 up qt 2024-10-24 05:08:53 -04:00
Nayla
40c1f8cb22
Update ci.yml 2024-10-24 03:37:58 -04:00
Nayla
5cacfab234
Update ci.yml 2024-10-24 00:11:40 -04:00
Nayla
a54077e9f7
Update ci.yml 2024-10-24 00:03:41 -04:00
Nayla
a6ef536ceb
Update ci.yml 2024-10-23 23:53:22 -04:00
Nayla
fdf367dabd
Update ci.yml 2024-10-23 23:49:55 -04:00
Nayla
ca1509f887
Update ci.yml 2024-10-23 22:36:29 -04:00
Nayla
4bf64054a2
Update ci.yml 2024-10-23 22:13:33 -04:00
Nayla
c999c35a6f
Update ci.yml 2024-10-23 22:12:43 -04:00
Nayla
82706b6410
Update appimage.sh 2024-10-23 21:58:17 -04:00
Nayla
27a8186aba
Update ci.yml 2024-10-23 21:57:09 -04:00
Nayla
c2589efcc5
Update appimage.sh 2024-10-23 21:00:55 -04:00
Nayla
3f8b07402e
Update ci.yml 2024-10-23 20:59:11 -04:00
Nayla Hanegan
633d2f2b9f test 2024-10-23 20:30:18 -04:00
Nayla
a10262ac48
Update ci.yml 2024-10-23 19:47:43 -04:00
Nayla
65f3d14c1a
Update ci.yml 2024-10-23 19:34:41 -04:00
Nayla
815822cd60
Update ci.yml 2024-10-23 19:33:45 -04:00
Nayla Hanegan
f4f223183f Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN 2024-10-23 18:33:52 -04:00
Nayla Hanegan
9e5e6bd5e2 multi fix 2024-10-23 18:33:49 -04:00
Nayla
8f74cff1a0
Update ci.yml 2024-10-23 18:19:24 -04:00
Nayla Hanegan
078b9ec05e derp 2024-10-23 17:53:58 -04:00
Nayla Hanegan
f802c19f87 some more compiler fixes 2024-10-23 15:46:20 -04:00
Nayla Hanegan
2d137dbaec a minor bug fix 2024-10-23 15:30:18 -04:00
Nayla Hanegan
66b85b3244 push another macos arch: 2024-10-23 15:21:36 -04:00
Nayla Hanegan
6cfe4086ea should fix building 2024-10-23 15:18:40 -04:00
Nayla Hanegan
feb1374b79 Merge branch 'dolphin-emu-master' 2024-10-23 14:30:11 -04:00
Nayla Hanegan
3172a1cbf1 missed 2024-10-23 14:29:53 -04:00
Nayla Hanegan
4bd7d38a77 Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master 2024-10-23 14:29:49 -04:00
JosJuice
8925ddf45f
Merge pull request #13146 from AdmiralCurtiss/unit-test-compile-fix
Add missing algorithm header in SettingsHandlerTest.cpp
2024-10-23 18:11:21 +02:00
Admiral H. Curtiss
c13c11d230
Add missing algorithm header in SettingsHandlerTest.cpp 2024-10-22 23:48:43 +02:00
JMC47
f412e2488c
Merge pull request #12714 from mitaclaw/jit-widget-refresh
DolphinQt: JIT Widget Refresh
2024-10-21 12:03:50 -04:00
JosJuice
24e9fc120c
Merge pull request #13066 from DacoTaco/feature/networking
IOS/Net: implement ioctlv that retrieves the network routing table that libogc now uses on network init
2024-10-20 14:14:24 +02:00
JMC47
da530a2eb9
Merge pull request #13141 from dreamsyntax/shadow-texturecache-change
GameINI: Shadow the Hedgehog texture cache default
2024-10-19 23:03:59 -04:00
dreamsyntax
0bde79a4ca GameINI: Shadow the Hedgehog texture cache default
Adjusts the Texture Cache settings/slider to 512 samples which equates
to the 'middle' option in the UI.

If using the 'Safe' Texture Cache Accuracy mode, the left screen will only render bloom in 2P modes.
If using the 'Fast' Texture Cache Accuracy mode, the Intro Movie will
drop frames near the end when the "Shadow the Hedgehog" game title
letters appear. This mode also can result in artifacts/bleed from bloom
effects in some situations.
2024-10-19 18:38:45 -07:00
mitaclaw
c3bda2e875 Jit64: Make Furthest Exit Micro-Optimization More Correct 2024-10-19 18:19:17 -07:00
JMC47
05e3a52de0
Merge pull request #13135 from Tilka/warning
VideoCommon: fix -Wshadow-uncaptured-local warning and simplify
2024-10-19 15:12:25 -04:00
Tilka
fed8220c39
Merge pull request #12712 from Dentomologist/remove_defined_out_code
Remove defined-out code
2024-10-19 19:36:19 +01:00
JMC47
88cf25e915
Merge pull request #13114 from TryTwo/PR_Turbo_Mutes_Audio
Audio: Add option to temporarily mute audio when using turbo
2024-10-19 13:11:05 -04:00
JMC47
e10821a847
Merge pull request #13104 from TellowKrinkle/MTLLogging
VideoBackends:Metal: Log file on failed pipeline compile
2024-10-19 13:03:52 -04:00
mitaclaw
a035bd95e4 JITs: Revamp LogGeneratedX86
Debug logging of recompiled code is now a feature of all three JITs.
2024-10-19 02:30:45 -07:00
mitaclaw
9afd09598c DolphinQt: JIT Widget Refresh
Fulfilling a certain six-year-old todo.
2024-10-19 02:30:44 -07:00
mitaclaw
ca9222a16b Move UICommon/Disassembler to Common/HostDisassembler
A preliminary commit for a cleaner diff and an easier review
2024-10-19 00:14:54 -07:00
mitaclaw
a0987829e5 JITs: Add GetMemoryStats Function
Using the updated rangeset library
2024-10-19 00:14:54 -07:00
mitaclaw
46f8fe0eaf JITs: Add EraseSingleBlock Function 2024-10-19 00:14:54 -07:00
mitaclaw
d26dc1ba32 JITs: Outline FreeRanges Function
As I have done for Cached Interpreter 2.0
2024-10-19 00:14:54 -07:00
mitaclaw
c431cd2e1e CachedInterpreter: Callback Disassembler 2024-10-19 00:14:53 -07:00
mitaclaw
1f30d05027 Externals: Update rangeset
I added a new `get_stats` member function to the upstream for use in the JIT Widget Refresh.
2024-10-18 23:50:26 -07:00
mitaclaw
ff9be97ea1 JitCache: Add WipeBlockProfilingData Function
Accessible from DolphinQt and Android.
2024-10-18 23:50:26 -07:00