| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-23 | Qt: assign menuRole properties for actions | Liam | |
| 2022-11-21 | qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled | Morph | |
| Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration | |||
| 2022-11-20 | Merge pull request #9238 from german77/cabinet_applet | bunnei | |
| service: am: Implement cabinet applet | |||
| 2022-11-17 | Merge pull request #9229 from Docteh/achy_breaky_heart | Morph | |
| Add break for default cases | |||
| 2022-11-15 | configure_profile_manager: Cleanup reference/pointer usage | lat9nq | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
| 2022-11-15 | configure_profile_manager: Remove profile picture border | lat9nq | |
| 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-15 | configure_profile_manager: Use a custom dialog for deletion | lat9nq | |
| 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-13 | Add break for default cases | Kyle 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-13 | general: Address review comments | german77 | |
| 2022-11-13 | yuzu: Implement cabinet applet frontend | german77 | |
| 2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
| 2022-11-12 | Ignore ARM for core count | Matías Locatti | |
| 2022-11-12 | Merge pull request #9231 from goldenx86/corecount | Mai | |
| Add CPU core count to log files | |||
| 2022-11-11 | Add CPU core count to log files | Matías Locatti | |
| 2022-11-11 | Merge pull request #9133 from FearlessTobi/compat-improvements | liamwhite | |
| yuzu/compatdb: Improve compatibility submission system | |||
| 2022-11-11 | yuzu/main: Change to 8_GiB instead of magic number | Tobias | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2022-11-10 | Merge pull request #9223 from goldenx86/threadcount | bunnei | |
| Add CPU thread count to log files | |||
| 2022-11-10 | Merge pull request #9198 from liamwhite/arm64 | bunnei | |
| Initial ARM64 support | |||
| 2022-11-11 | Merge pull request #9180 from Docteh/remove_stuff | Mai | |
| UI: split up strings relating to content removal | |||
| 2022-11-10 | Me likes | Matías Locatti | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2022-11-10 | yuzu/compatdb: Rework compatibility submission system | FearlessTobi | |
| Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
| 2022-11-10 | Add CPU thread count to log files | Matías Locatti | |
| 2022-11-09 | Initial ARM64 support | Liam | |
| 2022-11-06 | yuzu: Change QtKeyToSwitchKey switch case to array | german77 | |
| 2022-11-04 | UI: split up strings relating to content removal | Kyle 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-04 | Qt: enable recent Linux features on more Unices | Jan 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-04 | UI: 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-02 | remove unnecessary sepator in file menu (main.ui) | Ludovic | |
| 2022-10-30 | Merge pull request #9091 from Docteh/what_compat_list | liamwhite | |
| UI: Add option to hide the compatibility list | |||
| 2022-10-22 | yuzu: Resolve -Wpessimizing-move | Morph | |
| 2022-10-22 | startup_checks: Resolve -Wstringop-truncation | Morph | |
| Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254] | |||
| 2022-10-22 | startup_checks: Resolve -Wformat | Morph | |
| 2022-10-20 | Merge pull request #9099 from Docteh/undocked | liamwhite | |
| Controller Applet had instance of Undocked, make Handheld | |||
| 2022-10-20 | Controller Applet had instance of Undocked, make Handheld | Kyle 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-19 | Merge pull request #9082 from Morph1984/future | liamwhite | |
| savedata_factory: Detect future save data paths | |||
| 2022-10-19 | UI: Add option to hide the compatibility list | Kyle 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-18 | core: Partially persist emulation state across game boots. | bunnei | |
| 2022-10-16 | savedata_factory: Detect future save data paths | Morph | |
| Enable compatibility for new account/device save paths planned on a future implementation. | |||
| 2022-10-15 | fix a tiny spelling mistake | Kyle Kienapfel | |
| Kreato pointed this out over on discord. | |||
| 2022-10-13 | Merge pull request #9039 from Kelebek1/auto_backend | liamwhite | |
| Auto select the SDL audio backend when Cubeb latency is too high | |||
| 2022-10-12 | Merge pull request #9047 from german77/steam-aspect | bunnei | |
| yuzu: Add 16:10 aspect ratio | |||
| 2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
| 2022-10-09 | Choose the SDL audio backend when Cubeb reports too high of a latency | Kelebek1 | |
| 2022-10-07 | Merge pull request #9030 from Morph1984/api-disable | Mai | |
| configure_graphics: Fix graphics API selection when a game is running | |||
| 2022-10-07 | Merge pull request #8807 from Docteh/default_fonts | liamwhite | |
| Qt: work around Qt5's font choice for Chinese (in Windows) | |||
| 2022-10-07 | configure_graphics: Fix graphics API selection when a game is running | Morph | |
| The graphics API setting should not be changed when a game is running. | |||
| 2022-10-06 | Vulkan Swapchain: Overall improvements. | Fernando Sahmkow | |
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-10-02 | Merge pull request #8955 from german77/amiibo-rewrite | bunnei | |
| core: nfp: Rewrite implementation to remove direct access from the frontend | |||
| 2022-10-02 | yuzu: Use virtual amiibo driver instead of nfp service | german77 | |
