-
Notifications
You must be signed in to change notification settings - Fork 141
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
lime_qt: Switch to GetUserDefaultUILanguage
to fetch active display language on Windows
#521
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Upgrade AGP dependency from 8.2.1 to 8.3.2 - Upgrade Gradle version to 8.4
Fix for full screen Smash Bros crash in Vulkan
Both Linux versions are now built with Clang
citra_log.txt --> lime3ds_log.txt citra_log.txt.old.txt --> lime3ds_log.old.txt
- Now has a radio button interface instead of a slider - Now shows resolution alongside multiplier
Helps to reduce visual clutter a bit.
Co-Authored-By: Colin E. <[email protected]>
Co-Authored-By: Mario Davó <[email protected]>
Co-Authored-By: FearlessTobi <[email protected]>
Co-Authored-By: PabloMK7 <[email protected]>
Co-Authored-By: PabloMK7 <[email protected]>
These seem pretty unnecessary for an emulator which will be used almost exclusively through a GUI Not worth the effort of correcting them
Co-authored-by: OpenSauce <[email protected]>
Co-authored-by: OpenSauce04 <[email protected]>
Co-authored-by: OpenSauce04 <[email protected]>
…vies respectively
…last parameter instead
…ing a Qt message box on Windows
…improving response time
Adapted from mandarine3ds/mandarine#47 Co-authored-by: Charles Lombardo <[email protected]> Co-authored-by: Ishan09811 <[email protected]> Co-authored-by: OpenSauce04 <[email protected]>
This reverts commit 8fd0fb8. See azahar-emu#496 for more details
…u#420) Co-authored-by: OpenSauce04 <[email protected]>
* lime_qt: Build fixes for QT 6.8 Replace deprecated `stateChanged` function with `checkStateChanged` that was first introduced in QT 6.7. * lime_qt: Use macros to detect QT version * lime_qt: Group QT macro version checks together
kleidis
changed the title
lime_qt: Switch to WIN API to fetch active display language
lime_qt: Switch to Oct 24, 2024
GetUserDefaultUILanguage
to fetch active display language on Windows
… language on Windows
kleidis
force-pushed
the
qt-language-fix-2
branch
from
October 24, 2024 13:14
53f6335
to
9f0ccbf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use
GetUserDefaultUILanguage
instead ofQLocale
on Windows platformsThis fixes the language mismatch if the language settings key is empty as on first boot of the emulator or when the user selects
System
for thei languageI've heard this issue might accur on MacOS and i got no clie but from what i could fidn online it;s mostly Windows having these issues with
QLocale
Clsoes #242
However to make sure its acutally fixed, i'm leaving it up as a draft and for people to test it