| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-01 | key_manager: Correct casing of instance() | Lioncash | |
| Our codebase uppercases member function names. | |||
| 2020-07-01 | Merge pull request #3967 from FearlessTobi/keys-singleton | David | |
| crypto: Make KeyManager a singleton class | |||
| 2020-06-30 | Merge pull request #4063 from FreddyFunk/game-version-in-title | bunnei | |
| Add game version to window title | |||
| 2020-06-30 | Merge pull request #4166 from VolcaEM/quickstart-faq | bunnei | |
| Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu | |||
| 2020-06-29 | Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix | bunnei | |
| hotkeys: Fix issues caused when changing the fullscreen hotkey | |||
| 2020-06-27 | YuzuQT: Hide Speed UI on Multicore. | Fernando Sahmkow | |
| 2020-06-27 | Clang Format. | Fernando Sahmkow | |
| 2020-06-27 | GUI: Make multicore only work with Async and add GUI for multicore. | Fernando Sahmkow | |
| 2020-06-27 | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | |
| 2020-06-27 | Fix issues caused when changing the fullscreen hotkey | Kewlan | |
| 2020-06-27 | Merge pull request #4164 from Kewlan/mute-audio-hotkey | bunnei | |
| hotkeys: Add a "Mute Audio" hotkey | |||
| 2020-06-27 | Update FAQ function name (2/2) | VolcaEM | |
| 2020-06-26 | Update function name again | VolcaEM | |
| 2020-06-26 | Update function name (2/2) | VolcaEM | |
| 2020-06-26 | Add a "Mute Audio" hotkey | Kewlan | |
| 2020-06-25 | Clang-format again | VolcaEM | |
| 2020-06-25 | Clang-format | VolcaEM | |
| 2020-06-25 | Remove unnecessary newline | VolcaEM | |
| 2020-06-25 | Merge branch 'master' into quickstart-faq | VolcaEM | |
| 2020-06-25 | Fix typo 2: electric boogaloo | VolcaEM | |
| 2020-06-25 | Use QUrl (2/2) | VolcaEM | |
| 2020-06-25 | Fix typo | VolcaEM | |
| 2020-06-25 | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu | VolcaEM | |
| While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs | |||
| 2020-06-25 | Merge pull request #4136 from VolcaEM/mods | bunnei | |
| Add a "Open Mods Page" button to the GUI | |||
| 2020-06-22 | Reorder variables to comply with the Auzure build pipeline | unknown | |
| 2020-06-21 | Correct function name (2/2) | VolcaEM | |
| 2020-06-21 | Clang-format | VolcaEM | |
| 2020-06-21 | Remove unnecessary conversion | VolcaEM | |
| 2020-06-21 | Address review comment by Lioncash | VolcaEM | |
| Co-authored-by: LC <mathew1800@gmail.com> | |||
| 2020-06-21 | Add a "Open Mods Page" button to the GUI | VolcaEM | |
| 2020-06-20 | main: Append AVX and FMA instructions to cpu string | Morph | |
| Append AVX and FMA instructions to cpu string if the host cpu supports them | |||
| 2020-06-08 | Add game versio to title bar | unknown | |
| 2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | |
| 2020-05-27 | Fix macOS code and change "Swapfile" to "Swap" | Morph | |
| 2020-05-20 | crypto: Make KeyManager a singleton class | FearlessTobi | |
| Previously, we were reading the keys everytime a KeyManager object was created, causing yuzu to reread the keys file multiple hundreds of times when loading the game list. With this change, it is only loaded once. On my system, this decreased game list loading times by a factor of 20. | |||
| 2020-05-17 | main: Log host system memory parameters | Morph | |
| Logs both physical memory and swapfile sizes, this is useful for support. | |||
| 2020-05-16 | Merge pull request #3665 from bunnei/device-save | bunnei | |
| FS: Improve emulation of device saves | |||
| 2020-05-15 | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) | Morph | |
| 2020-05-11 | yuzu: game_list: Fix 'Open Save Data Location' for device saves. | bunnei | |
| 2020-05-06 | Menubar: fix mouse tracking bug | FearlessTobi | |
| Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
| 2020-05-03 | Merge pull request #3637 from FearlessTobi/port-5094 | bunnei | |
| Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity" | |||
| 2020-04-23 | Update src/yuzu/main.cpp with missing const | Ben Russell | |
| Co-Authored-By: Mat M. <mathew1800@gmail.com> | |||
| 2020-04-23 | Dump RomFS command to include Updates | Ben Russell | |
| Patch the RomFS with the selected updates before dumping. Previously the resulting RomFS only contained data from the original title. To dump the RomFS without updates the user can disable the update under Properties before choosing Dump RomFS. | |||
| 2020-04-20 | yuzu: Option to hide mouse on inactivity | FearlessTobi | |
| Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
| 2020-04-19 | Merge pull request #3655 from FearlessTobi/ui-retext-yuzu | bunnei | |
| yuzu/main: Add better popup texts and remove duplicated actions | |||
| 2020-04-15 | CMakeLists: Specify -Wextra on linux builds | Lioncash | |
| Allows reporting more cases where logic errors may exist, such as implicit fallthrough cases, etc. We currently ignore unused parameters, since we currently have many cases where this is intentional (virtual interfaces). While we're at it, we can also tidy up any existing code that causes warnings. This also uncovered a few bugs as well. | |||
| 2020-04-14 | yuzu/main: Add better popup texts and remove duplicated actions | FearlessTobi | |
| Makes popup texts more compact and clear and also links our quickstart guide now. Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there. | |||
| 2020-04-07 | Addressed feedback: switched to snake case and fixed clang-format errors | SilverBeamx | |
| 2020-04-07 | Addressed feedback: removed CMake hack in favor of building the necessary ↵ | SilverBeamx | |
| strings via the supplied title format | |||
| 2020-04-02 | Merge pull request #3552 from jroweboy/single-context | Rodrigo Locatti | |
| Refactor Context management (Fixes renderdoc on opengl issues) | |||
