Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Core To Latest (Dev Build) #123

Closed
wants to merge 1,924 commits into from
Closed

Conversation

brand175
Copy link

So here's what's wrong,

UI Controller doesn't auto switch from GC to Wii (You can change it in-game)
MoltenVK doesn't display colour properly on newer builds of Dolphin (Metal works though, but is it colour accurate?)
UI profiles don't load in automatically (Must be configured in Settings, adding an existing Config folder would be a hack)
TCButton.swift complains about nil and an unexpected value or something. Seems to go away after DolphiniOS crashes when touching game cover icon, when they all load in (This only happens when you git clone from my repo. If you build it from your current repo and manually fix it to latest, it doesn't happen)

Also Vulkan, VulkanMemoryAllocator, spire_cross External's can be updated as well. I'd recommend you do it on main official build to reflect on the upgrade to MoltenVK 1.2.7

iwubcode and others added 30 commits April 9, 2024 18:57
Currently the dialog makes you wait one second before it shows anything.
Instead, trigger the first scan manually.
…timization

CachedInterpreter: Skip Updating Instruction PERFMON When There Are None
Qt: trigger first USB device scan without a timer
Add SettingsHandler unit tests exercising the edge case fixed in PR #8704
VideoCommon: Remove calls to GetPointer
NumericSetting: Stop values from binding to numbered input names.
VerifyWidget: Listen for Core::State OnEmulationStateChanged
Android: Fix race condition in displayAlertMsg
Refactor `TaskViewModel` to track task-related state in a single `MutableLiveData` instance
DSPHLE/Zelda: simplify AFC decoding
Should save a lot of deep copies.
This was broken by a9a9fdd. Because Init didn't run, the Android
input backend would crash whenever it tried to call into JVM code.
Pass `SettingsHandler` buffers by const ref instead of rvalue ref (since the contents are copied either way)
Append disc label to the first disc of two-disc games too, rather than
only labelling the second disc.
LillyJadeKatrin and others added 29 commits May 23, 2024 21:29
The defaults get loaded in by Dolphin at emulator start, and are used if the badge that would normally be displayed has not for whatever reason been downloaded yet. Badges attached to this PR are placeholders (MayIMilae is designing permanent badges) and reside in Sys\Load\RetroAchievements.
The names attached to the BadgeStatus object are obsolete and unneeded and are removed from everything that uses them. All BadgeStatus references are updated to just Badge.
…ult-badges-v2

RetroAchievements - Default Badges
Branch targets always start a new block, so this variable isn't useful.
This is the same fixup as in Jit64::FixGTBeforeSettingCRFieldBit.
BI contains both the field and the flag (5 bits total), so we need to
shift away the 2 flag bits to get the 3 field bits. (Same as the
CRBA/CRBB handling in the code just below the BI code.)
PPCAnalyst: Fix handling of FL_READ_CR_BI
PPCAnalyst: Remove unused member isBranchTarget
CMake: update required compiler versions for std::bitcast support
The offset-based overload hasn't been in use since
f754a1a.
DiscIO: drop unused Volume::CheckContentIntegrity() overload
Interpreter: Fix GT when setting SO of CR
This reverts commit 57b4883.
System is not supported
System is not supported
I hate this
@brand175 brand175 closed this by deleting the head repository May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet