| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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-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-19 | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | |
| Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them. | |||
| 2020-05-17 | OpenGL: Enable Debug Context and Synchronous debugging when graphics ↵ | Fernando Sahmkow | |
| debugging is enabled. This commit aims to help easing debugging of driver crashes without having to modify existing code. | |||
| 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-14 | Merge pull request #3927 from jroweboy/fix-bug | bunnei | |
| Frontend: Remove tracking for context wrapper | |||
| 2020-05-11 | Frontend: Remove tracking for context wrapper | James Rowe | |
| 2020-05-11 | core: settings: Add a setting for time zone. | bunnei | |
| 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-28 | Merge pull request #3771 from benru/dump-romfs-with-updates | bunnei | |
| Dump RomFS command to include Updates | |||
| 2020-04-27 | Merge pull request #3742 from FernandoS27/command-list | bunnei | |
| Optimize GPU Command Lists and Introduce Fast GPU Time Option | |||
| 2020-04-26 | Merge pull request #3795 from vitor-k/fix-folder | bunnei | |
| Fix "Port citra-emu/citra#4956: "Fixes to game list sorting" #3611" | |||
| 2020-04-26 | Merge pull request #3791 from Kewlan/hotkey-config-plus | bunnei | |
| configuration: Add Restore Default and Clear options to hotkeys | |||
| 2020-04-25 | Merge pull request #3761 from Kewlan/stick-modifier-slider | bunnei | |
| configure_input_player: Use slider to edit modifier scale | |||
| 2020-04-25 | Fix the mistake in the port and update the comment for clarity | Vitor Kiguchi | |
| 2020-04-24 | Add Restore Defaults and Clear options to hotkeys | Kewlan | |
| 2020-04-24 | Merge pull request #3760 from Morph1984/trailing-filedir-separator | bunnei | |
| frontend/filesystem: Add a trailing separator to the string path | |||
| 2020-04-23 | Clang Format. | Fernando Sahmkow | |
| 2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | |
| 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-23 | Merge pull request #3697 from lioncash/declarations | bunnei | |
| CMakeLists: Enable -Wmissing-declarations on Linux builds | |||
