summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2022-11-23startup_checks: Use fmt::print, fix exec error handlinglat9nq
Uses fmt::print opposed to std::fprintf for error printing. Call exit instead of returning to caller to prevent a like issue the previous commit was trying to solve. Removes unneeded comment. Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Lioncash <mathew1800@gmail.com>
2022-11-23startup_checks: Use Windows flow for *nixlat9nq
Spawns a child using fork and exec as opposed to fork alone. Workaround for the macos file manager complaining about not supporting fork without exec. Control flow for *nix is now roughly the same as for Windows.
2022-11-23Qt: assign menuRole properties for actionsLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-11-21qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabledMorph
Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration
2022-11-20Configuration: Add per-game input profilesameerj
2022-11-20Merge pull request #9238 from german77/cabinet_appletbunnei
service: am: Implement cabinet applet
2022-11-17qt: Add Qt version to LogRuntimesKyle Kienapfel
2022-11-17Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error
2022-11-17Merge pull request #9229 from Docteh/achy_breaky_heartMorph
Add break for default cases
2022-11-15configure_profile_manager: Cleanup reference/pointer usagelat9nq
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com>
2022-11-15configure_profile_manager: Remove profile picture borderlat9nq
The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides.
2022-11-15configure_profile_manager: Use a custom dialog for deletionlat9nq
A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include
2022-11-13Add break for default casesKyle Kienapfel
Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
2022-11-13general: Address review commentsgerman77
2022-11-13yuzu: Implement cabinet applet frontendgerman77
2022-11-13service: am: Implement cabinet applet backendgerman77
2022-11-12Ignore ARM for core countMatías Locatti
2022-11-12Merge pull request #9231 from goldenx86/corecountMai
Add CPU core count to log files
2022-11-11Add CPU core count to log filesMatías Locatti
2022-11-11Merge pull request #9133 from FearlessTobi/compat-improvementsliamwhite
yuzu/compatdb: Improve compatibility submission system
2022-11-11yuzu/main: Change to 8_GiB instead of magic numberTobias
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-10Merge pull request #9223 from goldenx86/threadcountbunnei
Add CPU thread count to log files
2022-11-10Merge pull request #9198 from liamwhite/arm64bunnei
Initial ARM64 support
2022-11-11Merge pull request #9180 from Docteh/remove_stuffMai
UI: split up strings relating to content removal
2022-11-10Me likesMatías Locatti
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-10yuzu/compatdb: Rework compatibility submission systemFearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-11-10Add CPU thread count to log filesMatías Locatti
2022-11-09Initial ARM64 supportLiam
2022-11-06yuzu: Change QtKeyToSwitchKey switch case to arraygerman77
2022-11-04UI: split up strings relating to content removalKyle Kienapfel
Requested by Italian translator (Fs00 in Discord) "Remove Installed Game %1?" "Error Removing %1" I didn't press for translated strings, so have a taste direct from deepl Rimuovere il contenuto del gioco installato? Rimuovere l'aggiornamento del gioco installato? Rimuovere il DLC del gioco installato?
2022-11-04Qt: enable recent Linux features on more UnicesJan Beich
- Prevent sleep via xdg-desktop-portal after fa7abafa5f2a - Pause on suspend after b7642cff3611 - Exit on SIGINT/SIGTERM after 9479940a1fc7 - Improve dark themes after b51db125676f
2022-11-04UI: Add options to hide extra columns (#9093)Piplup
UI change that allows the user to hide the size and or file types columns
2022-11-02remove unnecessary sepator in file menu (main.ui)Ludovic
2022-10-30Merge pull request #9091 from Docteh/what_compat_listliamwhite
UI: Add option to hide the compatibility list
2022-10-22yuzu: Resolve -Wpessimizing-moveMorph
2022-10-22startup_checks: Resolve -Wstringop-truncationMorph
Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254]
2022-10-22startup_checks: Resolve -WformatMorph
2022-10-20Merge pull request #9099 from Docteh/undockedliamwhite
Controller Applet had instance of Undocked, make Handheld
2022-10-20Controller Applet had instance of Undocked, make HandheldKyle Kienapfel
Remember that time we renamed the Undocked option to Handheld in the status bar, and then later remembered the Controller Configuration? Scrolling through Transifex I noticed that we still have one instance of "Undocked" in the text.
2022-10-19Merge pull request #9082 from Morph1984/futureliamwhite
savedata_factory: Detect future save data paths
2022-10-19UI: Add option to hide the compatibility listKyle Kienapfel
Option is added directly below the option for the addons column Defaulting to hide compatibility list. Changing default works properly. Co-authored-by: Piplup <piplup55@users.noreply.github.com>
2022-10-18core: Partially persist emulation state across game boots.bunnei
2022-10-16savedata_factory: Detect future save data pathsMorph
Enable compatibility for new account/device save paths planned on a future implementation.
2022-10-15fix a tiny spelling mistakeKyle Kienapfel
Kreato pointed this out over on discord.
2022-10-13Merge pull request #9039 from Kelebek1/auto_backendliamwhite
Auto select the SDL audio backend when Cubeb latency is too high
2022-10-12Merge pull request #9047 from german77/steam-aspectbunnei
yuzu: Add 16:10 aspect ratio
2022-10-10yuzu: Add 16:10 aspect ratioNarr the Reg
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek1
2022-10-07Merge pull request #9030 from Morph1984/api-disableMai
configure_graphics: Fix graphics API selection when a game is running