| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-27 | Update FAQ function name (1/2) | VolcaEM | |
| 2020-06-26 | Update function name again | VolcaEM | |
| 2020-06-26 | Update function name (2/2) | VolcaEM | |
| 2020-06-26 | Update function name (1/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 | Use QUrl (1/2) | VolcaEM | |
| 2020-06-25 | Fix formatting | 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-23 | Merge pull request #3948 from Morph1984/log-cpu-instructions | bunnei | |
| main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection | |||
| 2020-06-22 | Small quality of life indication that mapped button is GC | Ameer | |
| 2020-06-22 | Reorder variables to comply with the Auzure build pipeline | unknown | |
| 2020-06-21 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | |
| Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command | |||
| 2020-06-21 | Clang Formatting | Ameer | |
| 2020-06-21 | GC Adapter Implementation | Ameer | |
| 2020-06-21 | Correct function name (2/2) | VolcaEM | |
| 2020-06-21 | Correct function name (1/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-21 | Fix: fatal error CVT1100 when compiling manifest file | FearlessTobi | |
| Occurs when doing a local compile in MSVC build. The compiler I'm using is as below: Microsoft Visual Studio Community 2019 Preview Version 16.6.0 Preview 5.0 Fixes this error: CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409 LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt I have put 0 since previous name was 1. If have other names in mind, please let me know. Co-Authored-By: dragios <dragios@users.noreply.github.com> | |||
| 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-19 | Merge pull request #4099 from MerryMage/macOS-build | bunnei | |
| Fix compilation on macOS | |||
| 2020-06-20 | Add translation of "Current Boxcat Events" | David Marcec | |
| 2020-06-19 | Fix compilation when not building with boxcat | David Marcec | |
| Fixes compilation when trying to build without boxcat enabled | |||
| 2020-06-18 | bootmanager: Remove references to OpenGL for macOS | MerryMage | |
| OpenGL macOS headers definitions clash heavily with each other | |||
| 2020-06-16 | Fix framebuffer size on fractional scaling display. | Kaiwen Xu | |
| 2020-06-16 | Merge pull request #4041 from ReinUsesLisp/arb-decomp | bunnei | |
| gl_arb_decompiler: Implement an assembly shader decompiler | |||
| 2020-06-16 | Merge pull request #3966 from Morph1984/hide-internal-resolution-ui | bunnei | |
| yuzu/frontend: Remove internal resolution option | |||
| 2020-06-10 | yuzu/configuration: Show assembly shaders check box | ReinUsesLisp | |
| 2020-06-08 | Add game versio to title bar | unknown | |
| 2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | |
| 2020-06-04 | Merge pull request #4009 from ogniK5377/macro-jit-prod | bunnei | |
| video_core: Implement Macro JIT | |||
| 2020-06-03 | Actually save the input when clearing/resetting to default | FearlessTobi | |
| Co-Authored-By: xperia64 <xperiancedapps@gmail.com> | |||
| 2020-05-31 | Merge pull request #3958 from FernandoS27/gl-debug | bunnei | |
| OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled | |||
| 2020-05-30 | Implement macro JIT | David Marcec | |
| 2020-05-27 | Merge pull request #3954 from Morph1984/log-memory-amount | bunnei | |
| main: Log host system memory parameters | |||
| 2020-05-27 | Fix macOS code and change "Swapfile" to "Swap" | Morph | |
| 2020-05-24 | Merge pull request #3964 from ReinUsesLisp/arb-integration | bunnei | |
| renderer_opengl: Add assembly program code paths | |||
| 2020-05-22 | yuzu/discord_impl: Update the applicationID (#3977) | Tobias | |
| 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-19 | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | |
| Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them. | |||
